The Source Tab

Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser

What is The Source Tab?

The Source Tab is a Chrome extension developed by https://access.thesource.social, and its main feature is "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download The Source Tab Extension CRX File

Download The Source Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name The Source Tab The Source Tab
ID nobbnaiokafldlmkbcoideaiapfcckej
Official URL https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej
Description Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
File Size 204 KB
Installation Count 298
Current Version 1.9
Last Updated 2018-09-14
Publish Date 2018-09-13
Developer https://access.thesource.social
Email [email protected]
Payment Type free
Extension Website https://www.thesource.social
Privacy Policy Page URL http://access.thesource.social/doc/TheSource_Terms.pdf
Supported Languages 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'"
}