TIL - Learn something new in every tab

Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…

TIL - Learn something new in every tabคืออะไร?

TIL - Learn something new in every tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluepropane และคุณลักษณะหลักของมันคือ "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TIL - Learn something new in every tab

ดาวน์โหลดไฟล์ส่วนขยาย TIL - Learn something new in every tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to kickstart your day.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TIL - Learn something new in every tab TIL - Learn something new in every tab
ID pcmjajnnppnjdbdfhdbfkkdeemkojoea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea
คำอธิบาย Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
ขนาดไฟล์ 310 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-07-21
วันที่เผยแพร่ 2019-07-21
ผู้พัฒนา bluepropane
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TIL - Learn something new in every tab",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.reddit.com\/*",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Today I learned"
    },
    "content_security_policy": "script-src 'self'  https:\/\/www.googletagmanager.com  https:\/\/www.google-analytics.com; object-src 'self'"
}