Unclutter New Tab

Access your Unclutter reading queue from your new tab page.

Unclutter New Tabคืออะไร?

Unclutter New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lindylearn.io และคุณลักษณะหลักของมันคือ "Access your Unclutter reading queue from your new tab page."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Unclutter New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension replaces the standard "recommended sites" section on each new tab page with your Unclutter reading queue. Press TAB any time to browse your full library.

Make sure to install the Unclutter reader mode first: 
https://chrome.google.com/webstore/detail/unclutter-ad-blocker-for/ibckhpijbdmdobhhhodkceffdngnglpk

Note: This extension is not affiliated with Google.                    

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

ชื่อ Unclutter New Tab Unclutter New Tab
ID bghgkooimeljolohebojceacblokenjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unclutter-new-tab/bghgkooimeljolohebojceacblokenjn
คำอธิบาย Access your Unclutter reading queue from your new tab page.
ขนาดไฟล์ 1.3 MB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 0.7.0
อัปเดตครั้งล่าสุด 2023-03-02
วันที่เผยแพร่ 2022-10-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://lindylearn.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unclutter New Tab",
    "version": "0.7.0",
    "description": "Access your Unclutter reading queue from your new tab page.",
    "homepage_url": "https:\/\/github.com\/lindylearn\/unclutter",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon.png"
    },
    "permissions": [
        "storage",
        "search"
    ],
    "host_permissions": [],
    "minimum_chrome_version": "96",
    "background": {
        "service_worker": "background\/events.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "new-tab\/index.*",
                "new-tab\/tailwind.css.js",
                "assets\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab\/index-chrome.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/my.unclutter.it\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}