Wiki It
Easily Wikipedia anything on the web without having to leave the page
Cos'è Wiki It?
Wiki It è un'estensione di Chrome sviluppata da dlask, e la sua funzione principale è "Easily Wikipedia anything on the web without having to leave the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wiki It
Scarica i file di estensione Wiki It 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
Wiki It allows you to easily Wikipedia anything on a website without having to leave the page or open a new tab. +Highlight your desired word(s) (you can do this easily by double clicking) +Then use the shortcut CTRL + SHIFT + S or click the icon in the top right.(You can change the keyboard shortcut to whatever you want in the extension manager) +Watch your info slide in! It is that easy!
Informazioni di Base sull'Estensione
Nome | |
ID | jcmckdmbneffdllfpndkgidingockofb |
URL Ufficiale | https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb |
Descrizione | Easily Wikipedia anything on the web without having to leave the page |
Dimensione del File | 44.26 KB |
Conteggio Installazioni | 447 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2014-10-05 |
Data di Pubblicazione | 2014-10-05 |
Valutazione | 4.60/5 Totale 25 Valutazioni |
Sviluppatore | dlask |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wiki It", "description": "Easily Wikipedia anything on the web without having to leave the page", "version": "2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Wiki It", "default_icon": "icon.png" }, "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+S", "mac": "Command+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" } } } } |