Focus: A Simple Site Blocker
A Chrome Extension to help you focus.
Was ist Focus: A Simple Site Blocker?
Focus: A Simple Site Blocker ist eine Chrome-Erweiterung, die von rypan entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Extension to help you focus.".
Erweiterungsscreenshots
Focus: A Simple Site Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus: A Simple Site Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Focus is a simple Chrome Extension that helps you focus by blocking a list of sites that you choose.
Grundlegende Informationen zur Erweiterung
Name | Focus: A Simple Site Blocker |
ID | akghpofhgkghbnodfjfenhimdhajhpdh |
Offizielle URL | https://chromewebstore.google.com/detail/focus-a-simple-site-block/akghpofhgkghbnodfjfenhimdhajhpdh |
Beschreibung | A Chrome Extension to help you focus. |
Dateigröße | 35.24 KB |
Installationsanzahl | 382 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-09-09 |
Veröffentlichungsdatum | 2016-09-08 |
Bewertung | 3.40/5 Insgesamt 10 Bewertungen |
Entwickler | rypan |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rypan/focus |
Hilfeseite URL | https://github.com/rypan/focus/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus: A Simple Site Blocker", "short_name": "Focus", "description": "A Chrome Extension to help you focus.", "version": "1.0.1", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Focus", "default_popup": "popup.html", "default_icon": "48.png" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |