The Source Tab

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

The Source Tabคืออะไร?

The Source Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://access.thesource.social และคุณลักษณะหลักของมันคือ "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Source Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}