The Source Tab

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

The Source Tab là gì?

The Source Tab là một tiện ích mở rộng Chrome được phát triển bởi https://access.thesource.social, và tính năng chính của nó là "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Source Tab

Tải xuống các tệp mở rộng The Source Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Source Tab The Source Tab
ID nobbnaiokafldlmkbcoideaiapfcckej
URL Chính Thức https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej
Mô tả Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Kích Thước Tệp 204 KB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2018-09-14
Ngày Phát Hành 2018-09-13
Nhà Phát Triển https://access.thesource.social
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thesource.social
URL Trang Chính Sách Bảo Mật http://access.thesource.social/doc/TheSource_Terms.pdf
Ngôn Ngữ Được Hỗ Trợ 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'"
}