The Source Tab
Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Hvad er The Source Tab?
The Source Tab er en Chrome-udvidelse udviklet af https://access.thesource.social, og dens hovedfunktion er "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".
Udvidelsesskærmbilleder
Download The Source Tab-udvidelses-CRX-fil
Download The Source Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nobbnaiokafldlmkbcoideaiapfcckej |
Officiel URL | https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej |
Beskrivelse | Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser |
Filstørrelse | 204 KB |
Antal Installationer | 298 |
Nuværende Version | 1.9 |
Senest Opdateret | 2018-09-14 |
Udgivelsesdato | 2018-09-13 |
Udvikler | https://access.thesource.social |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.thesource.social |
URL til Fortrolighedspolitik Side | http://access.thesource.social/doc/TheSource_Terms.pdf |
Understøttede Sprog | 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'" } |