Focus Tools
Focus Tools
Qu'est-ce que Focus Tools ?
Focus Tools est une extension Chrome développée par briancliftonstudio, et sa fonction principale est "Focus Tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Focus Tools
Téléchargez les fichiers d'extension Focus Tools 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
Focus Tools is a helpful browser extension to help you focus when watching educational videos on YouTube. It is based on research from universities. Focus Tools works by replacing all YouTube videos with a gif designed to heighten the flow of cognition. Navigate to an educational video on YouTube.com to accelerate your learning now!
Informations de Base sur l'Extension
Nom | |
ID | jfokpamepfdamfdaechaigpbicidpooa |
URL Officiel | https://chrome.google.com/webstore/detail/focus-tools/jfokpamepfdamfdaechaigpbicidpooa |
Description | Focus Tools |
Taille du Fichier | 440 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-11-17 |
Date de Publication | 2014-11-17 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | briancliftonstudio |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus Tools", "version": "0.0.2", "manifest_version": 2, "description": "Focus Tools", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "scripts\/jquery.js", "scripts\/content_script.js" ] } ], "content_security_policy": "script-src 'self' http:\/\/localhost; object-src 'self' http:\/\/localhost", "incognito": "split", "offline_enabled": false, "permissions": [ "tabs" ], "web_accessible_resources": [ "manifest.json", "gif.gif" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |