Related Search
Find related websites, using the google related: operator
Cos'è Related Search?
Related Search è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Find related websites, using the google related: operator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Related Search
Scarica i file di estensione Related Search 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
Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens!
Informazioni di Base sull'Estensione
Nome | Related Search |
ID | ngfibjjjgckccbpbppikkgipcpknbglf |
URL Ufficiale | https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf |
Descrizione | Find related websites, using the google related: operator |
Dimensione del File | 63.51 KB |
Conteggio Installazioni | 925 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-07-01 |
Data di Pubblicazione | 2012-07-01 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/japerr/RelatedSearch |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Related Search", "version": "1.0", "manifest_version": 2, "description": "Find related websites, using the google related: operator", "icons": { "16": "img\/related_16.png", "48": "img\/related_48.png", "128": "img\/related_128.png" }, "background": { "scripts": [ "js\/related.js" ] }, "browser_action": { "default_icon": "img\/related_128.png" }, "options_page": "options.html", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |