The Source Tab

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

什么是The Source Tab?

The Source Tab是由https://access.thesource.social开发的Chrome扩展程序,该扩展的主要功能是“Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser”。

扩展截图

screenshot
screenshot
screenshot

下载The Source Tab扩展crx文件

下载The Source Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 The Source Tab The Source Tab
ID nobbnaiokafldlmkbcoideaiapfcckej
官方URL https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej
简介 Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
文件大小 204 KB
安装次数 298
当前版本 1.9
更新时间 2018-09-14
上架时间 2018-09-13
开发者 https://access.thesource.social
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.thesource.social
隐私政策页面URL http://access.thesource.social/doc/TheSource_Terms.pdf
支持的语言 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'"
}