ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
Cos'è ctrl tab?
ctrl tab è un'estensione di Chrome sviluppata da https://ctrltab.io, e la sua funzione principale è "ctrl tab is an extension that shows the data that matters to you in your new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ctrl tab
Scarica i file di estensione ctrl tab 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
ctrl tab is a new tab page that fetches news feeds that are relevant to you. choose from over 20 different data providers and customize the page how you want it. whether you're a news fanatic, tech geek, or sports guru, we have plenty of sources to choose from.
Informazioni di Base sull'Estensione
Nome | ctrl tab |
ID | ijfnjhlohbehhlhhokgokabonpnlldon |
URL Ufficiale | https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon |
Descrizione | ctrl tab is an extension that shows the data that matters to you in your new tab page. |
Dimensione del File | 2.76 MB |
Conteggio Installazioni | 757 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2019-12-22 |
Data di Pubblicazione | 2019-12-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://ctrltab.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.ctrltab.io |
URL della Pagina di Aiuto | https://github.com/ludicrousxyz/ctrl-tab/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ctrl tab", "version": "1.0.7", "description": "ctrl tab is an extension that shows the data that matters to you in your new tab page.", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "homepage_url": "https:\/\/www.ctrltab.io", "short_name": "ctrl-tab", "chrome_url_overrides": { "newtab": "index.html" }, "applications": { "gecko": { "id": "{a6b40116-390e-4799-ba9c-e2e168f968fb}", "strict_min_version": "55.0" } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "permissions": [ "identity", "https:\/\/api.ctrltab.io\/*", "https:\/\/todoist.com\/oauth\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |