ShinySearch
Personalized Homepage for your new-tab
Cos'è ShinySearch?
ShinySearch è un'estensione di Chrome sviluppata da https://www.shinysearch.com, e la sua funzione principale è "Personalized Homepage for your new-tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShinySearch
Scarica i file di estensione ShinySearch 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
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Informazioni di Base sull'Estensione
Nome | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
URL Ufficiale | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Descrizione | Personalized Homepage for your new-tab |
Dimensione del File | 17.96 KB |
Conteggio Installazioni | 3,050 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-12-17 |
Data di Pubblicazione | 2013-12-17 |
Valutazione | 4.19/5 Totale 31 Valutazioni |
Sviluppatore | https://www.shinysearch.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.shinysearch.com |
URL della Pagina della Politica sulla Privacy | http://www.shinysearch.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShinySearch", "version": "1.0.0", "manifest_version": 2, "description": "Personalized Homepage for your new-tab", "permissions": [ "cookies", "tabs", "webNavigation", "http:\/\/www.shinysearch.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.shinysearch.com\/sethomepage.php" ], "css": [ "css\/chr_ext.css" ], "all_frames": false, "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "img\/icon19.png" }, "default_title": "Goto ShinySearch" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |