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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}