watchlist

This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…

watchlistคืออะไร?

watchlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daemianmack และคุณลักษณะหลักของมันคือ "This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…"

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

screenshot

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

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

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

                        This Chrome extension lets you specify arbitrary terms, including regular expressions.

When your terms appear on a webpage, they will be highlighted. 

A summary of them will appear in a statusbar, and clicking the terms in the statusbar will scroll the page to the place that term appears.

It uses Chrome's sync API for Storage so your options are persistent across all your devices.                    

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

ชื่อ watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
คำอธิบาย This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
ขนาดไฟล์ 1.4 MB
จำนวนการติดตั้ง 1,091
เวอร์ชันปัจจุบัน 0.6.2
อัปเดตครั้งล่าสุด 2020-09-20
วันที่เผยแพร่ 2020-06-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา daemianmack
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "watchlist",
    "version": "0.6.2",
    "web_accessible_resources": [
        "watchlist-16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "watchlist.js"
            ],
            "css": [
                "matches.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "watchlist-16.png",
        "48": "watchlist-48.png",
        "128": "watchlist-128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}