Clippy 2: Revenge of the Clip
Finally, Clippy comes to Chrome! Get help browsing the web.
Qu'est-ce que Clippy 2: Revenge of the Clip ?
Clippy 2: Revenge of the Clip est une extension Chrome développée par frausto, et sa fonction principale est "Finally, Clippy comes to Chrome! Get help browsing the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clippy 2: Revenge of the Clip
Téléchargez les fichiers d'extension Clippy 2: Revenge of the Clip 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
Have you ever been browsing the web and thought to yourself: "This is too easy and completely not something I need help with... If only I had Clippy while browsing the web to try to help me!" Neither have I. But here it is anyway. * Does clippy do anything useful? No. * Is he condescending for no reason? Yes. * Is the plugin performant or optimized in any way? Of course not. * Will it possibly crash your browser and cause things to break. Almost certainly. Finally, Clippy for chrome!
Informations de Base sur l'Extension
Nom | |
ID | ioideobcfemcedhabcggofbnbbmoahfn |
URL Officiel | https://chrome.google.com/webstore/detail/clippy-2-revenge-of-the-c/ioideobcfemcedhabcggofbnbbmoahfn |
Description | Finally, Clippy comes to Chrome! Get help browsing the web. |
Taille du Fichier | 1.52 MB |
Nombre d'Installations | 420 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-06-04 |
Date de Publication | 2014-06-04 |
Évaluation | 4.06/5 Total 51 Évaluations |
Développeur | frausto |
Type de Paiement | free |
Site Web de l'Extension | http://www.fraustollc.com/blog/clippy_two/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clippy 2: Revenge of the Clip", "short_name": "Clippy", "version": "1.2", "manifest_version": 2, "description": "Finally, Clippy comes to Chrome! Get help browsing the web.", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "clippy-revenge.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "clippy.css" ], "js": [ "jquery-1.8.2.min.js", "clippy.js", "sounds-mp3.js", "agent.js", "clippy-revenge-content.js" ] } ], "web_accessible_resources": [ "map.png" ] } |