The Source Tab
Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Vad är The Source Tab?
The Source Tab är en Chrome-tillägg utvecklad av https://access.thesource.social, och dess huvudfunktion är "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".
Tilläggsskärmbilder
Ladda ner The Source Tab-förlängningens CRX-fil
Ladda ner The Source Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | nobbnaiokafldlmkbcoideaiapfcckej |
Officiell webbadress | https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej |
Beskrivning | Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser |
Filstorlek | 204 KB |
Antal Installationer | 298 |
Aktuell Version | 1.9 |
Senast Uppdaterad | 2018-09-14 |
Publiceringsdatum | 2018-09-13 |
Utvecklare | https://access.thesource.social |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.thesource.social |
URL till Sekretesspolicy Sidan | http://access.thesource.social/doc/TheSource_Terms.pdf |
Stödda Språk | 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'" } |