Magic Hat
Add any domain/url/word to the bag, and randomly visit them
Qu'est-ce que Magic Hat ?
Magic Hat est une extension Chrome développée par Durga Prasad, et sa fonction principale est "Add any domain/url/word to the bag, and randomly visit them".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic Hat
Téléchargez les fichiers d'extension Magic Hat 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
Magic Hat help you browse a random item from your defined buckets of 1. Domains you keep visiting 2. Pages you want to read later 3. Text you want to read up about in future. Go to the options page to manage your items. Use "ctrl+q" shortcut to get a random page.
Informations de Base sur l'Extension
Nom | Magic Hat |
ID | ipakeaeddpkhjpfdeokobibifclmplkl |
URL Officiel | https://chromewebstore.google.com/detail/magic-hat/ipakeaeddpkhjpfdeokobibifclmplkl |
Description | Add any domain/url/word to the bag, and randomly visit them |
Taille du Fichier | 524 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-12-27 |
Date de Publication | 2013-12-26 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Durga Prasad |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic Hat", "description": "Add any domain\/url\/word to the bag, and randomly visit them", "version": "1.0", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "16": "\/img\/bagCheck16.png", "48": "\/img\/bagCheck48.png", "128": "\/img\/bagCheck128.png" }, "browser_action": { "default_icon": "\/img\/bagCheck.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "opt\/options.html", "background": { "scripts": [ "util.js", "\/models\/jsClass.js", "\/models\/genericThingModel.js", "\/models\/settingsModel.js", "\/models\/exactThingModel.js", "\/models\/wordThingModel.js", "\/models\/someThingModel.js", "uiFunctions.js", "localData.js" ] }, "commands": { "random-show": { "suggested_key": { "default": "Ctrl+Q" }, "description": "Random from Bag" } } } |