Productivity Enforcer
A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Wat is Productivity Enforcer?
Productivity Enforcer is een Chrome-extensie ontwikkeld door chongdashu, en de belangrijkste functie is "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".
Extensie Screenshots
Download het CRX-bestand van de extensie Productivity Enforcer
Download Productivity Enforcer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites. Basisinformatie over de Extensie
| Naam | |
| ID | ckhdpoeddfocfjinehpedlbcihjjmopn |
| Officiële URL | https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn |
| Beschrijving | A simple Chrome Extension that prevents the browser from launching websites, which you specify. |
| Bestandsgrootte | 14.59 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 3.1 |
| Laatst Bijgewerkt | 2014-03-30 |
| Publicatiedatum | 2014-03-29 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | chongdashu |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Productivity Enforcer",
"description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.",
"version": "3.1",
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |