Attention
Watch your browsing habits and get reminded when wasting time.
Qu'est-ce que Attention ?
Attention est une extension Chrome développée par Alsonax, et sa fonction principale est "Watch your browsing habits and get reminded when wasting time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Attention
Téléchargez les fichiers d'extension Attention au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Attention keeps track of the websites you visit and stops you from wasting lots of time on distracting websites. It doesn't block websites straight away, but shows a reminder which is impossible to ignore. - no setup required, just rate the websites you frequently visit - your browsing history is private, all data stays in the browser
Informations de Base sur l'Extension
Nom | Attention |
ID | nmejnlclcnjakdbpfehhcobbmlcpbiba |
URL Officiel | https://chromewebstore.google.com/detail/attention/nmejnlclcnjakdbpfehhcobbmlcpbiba |
Description | Watch your browsing habits and get reminded when wasting time. |
Taille du Fichier | 745 KB |
Nombre d'Installations | 289 |
Version Actuelle | 0.2.12 |
Dernière Mise à Jour | 2015-01-11 |
Date de Publication | 2015-01-11 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Alsonax |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attention", "version": "0.2.12", "manifest_version": 2, "description": "Watch your browsing habits and get reminded when wasting time.", "offline_enabled": true, "icons": { "16": "icons\/green-16.png", "48": "icons\/app-48.png", "128": "icons\/app-128.png" }, "background": { "scripts": [ "vendor\/moment\/moment.js", "src\/persistence\/options.js", "src\/persistence\/store.js", "src\/background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/gray-16.png" }, "default_title": "Attention" }, "options_page": "src\/options\/index.html", "permissions": [ "chrome:\/\/favicon\/", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/zepto\/zepto.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/popup\/*", "test\/*", "icons\/*", "vendor\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |