Clippy 2: Revenge of the Clip
Finally, Clippy comes to Chrome! Get help browsing the web.
Cos'è Clippy 2: Revenge of the Clip?
Clippy 2: Revenge of the Clip è un'estensione di Chrome sviluppata da frausto, e la sua funzione principale è "Finally, Clippy comes to Chrome! Get help browsing the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clippy 2: Revenge of the Clip
Scarica i file di estensione Clippy 2: Revenge of the Clip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ioideobcfemcedhabcggofbnbbmoahfn |
URL Ufficiale | https://chrome.google.com/webstore/detail/clippy-2-revenge-of-the-c/ioideobcfemcedhabcggofbnbbmoahfn |
Descrizione | Finally, Clippy comes to Chrome! Get help browsing the web. |
Dimensione del File | 1.52 MB |
Conteggio Installazioni | 420 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-06-04 |
Data di Pubblicazione | 2014-06-04 |
Valutazione | 4.06/5 Totale 51 Valutazioni |
Sviluppatore | frausto |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.fraustollc.com/blog/clippy_two/ |
Lingue Supportate | 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" ] } |