Shiftsearch
The better way of searching the web.
Cos'è Shiftsearch?
Shiftsearch è un'estensione di Chrome sviluppata da https://shiftsearch.me, e la sua funzione principale è "The better way of searching the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shiftsearch
Scarica i file di estensione Shiftsearch 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
Search through the internet like you are used to - but faster! Use this extension to switch between search engines like Google, Bing, Yahoo!, DuckDuckGo and Ecosia lightning fast and therefore perform searches more quickly when you are used to using multiple different search engines. This extension sets your search engine to a search engine recommended by us. Speed and ease of use guaranteed! You can use another search engine at any time by clicking on the extension icon.
Informazioni di Base sull'Estensione
Nome | Shiftsearch |
ID | phhnacjebmkllbhhenkjiaklggjdblid |
URL Ufficiale | https://chromewebstore.google.com/detail/shiftsearch/phhnacjebmkllbhhenkjiaklggjdblid |
Descrizione | The better way of searching the web. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 61,055 |
Versione Corrente | 2.9 |
Ultimo Aggiornamento | 2023-03-15 |
Data di Pubblicazione | 2021-04-08 |
Valutazione | 2.46/5 Totale 46 Valutazioni |
Sviluppatore | https://shiftsearch.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shiftsearch.me |
URL della Pagina di Aiuto | https://shiftsearch.me/privacy |
URL della Pagina della Politica sulla Privacy | https://shiftsearch.me/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shiftsearch", "description": "The better way of searching the web.", "version": "2.9", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/work.ink\/*", "*:\/\/*.work.ink\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Shiftsearch", "keyword": "ss", "favicon_url": "https:\/\/shiftsearch.me\/favicon.ico", "search_url": "https:\/\/shiftsearch.me\/q.php?q={searchTerms}", "suggest_url": "https:\/\/shiftsearch.me\/suggest.php?query={searchTerms}", "encoding": "UTF-8", "is_default": true } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "manifest_version": 3, "action": { "default_title": "Shiftsearch", "default_popup": "popup.html" } } |