FastFind

FastFind helps you track multiple pieces of text!

ما هو FastFind؟

FastFind هو إضافة Chrome تم تطويرها بواسطة STK Dev، والميزة الرئيسية لها هي "FastFind helps you track multiple pieces of text!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FastFind

قم بتنزيل ملفات الامتداد FastFind بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        FastFind helps you easily track multiple pieces of text!
We've included keyboard shortcuts to help you navigate through all selections.

Give it a try!

Github: https://github.com/samuthekid/fastfind                    

معلومات أساسية عن التمديد

الاسم FastFind FastFind
ID pacanidajfeoodnkjnlhjmfnijaeolge
عنوان URL الرسمي https://chromewebstore.google.com/detail/fastfind/pacanidajfeoodnkjnlhjmfnijaeolge
الوصف FastFind helps you track multiple pieces of text!
حجم الملف 41.12 KB
عدد التثبيتات 22
النسخة الحالية 0.9.8.6
آخر تحديث 2020-03-13
تاريخ النشر 2020-03-12
تقييم 5.00/5 مجموع تقييمات 4
المطور STK Dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/samuthekid/fastfind
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FastFind",
    "short_name": "FF",
    "description": "FastFind helps you track multiple pieces of text!",
    "version": "0.9.8.6",
    "author": "Samuel Nunes",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "FastFind Settings"
    },
    "content_scripts": [
        {
            "persistent": false,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings\/index.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "fast-find.js",
        "assets\/repeat.png",
        "assets\/pin.png"
    ],
    "minimum_chrome_version": "70",
    "manifest_version": 2
}