The Source Tab
Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Was ist The Source Tab?
The Source Tab ist eine Chrome-Erweiterung, die von https://access.thesource.social entwickelt wurde, und ihr Hauptmerkmal ist "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".
Erweiterungsscreenshots
The Source Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Source Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | nobbnaiokafldlmkbcoideaiapfcckej |
Offizielle URL | https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej |
Beschreibung | Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser |
Dateigröße | 204 KB |
Installationsanzahl | 298 |
Aktuelle Version | 1.9 |
Letztes Update | 2018-09-14 |
Veröffentlichungsdatum | 2018-09-13 |
Entwickler | https://access.thesource.social |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.thesource.social |
URL der Datenschutzrichtlinien-Seite | http://access.thesource.social/doc/TheSource_Terms.pdf |
Unterstützte Sprachen | 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'" } |