The Source Tab
Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Cos'è The Source Tab?
The Source Tab è un'estensione di Chrome sviluppata da https://access.thesource.social, e la sua funzione principale è "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Source Tab
Scarica i file di estensione The Source 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
Informazioni di Base sull'Estensione
Nome | |
ID | nobbnaiokafldlmkbcoideaiapfcckej |
URL Ufficiale | https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej |
Descrizione | Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser |
Dimensione del File | 204 KB |
Conteggio Installazioni | 298 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2018-09-14 |
Data di Pubblicazione | 2018-09-13 |
Sviluppatore | https://access.thesource.social |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.thesource.social |
URL della Pagina della Politica sulla Privacy | http://access.thesource.social/doc/TheSource_Terms.pdf |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Source Tab", "version": "1.9", "description": "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser", "manifest_version": 2, "page_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/access.thesource.social https:\/\/www.google-analytics.com; object-src 'self'" } |