Search Terms Finder

Find the terms from last search in current page, with jump-to-term links and highlighting.

ما هو Search Terms Finder؟

Search Terms Finder هو إضافة Chrome تم تطويرها بواسطة Zvi Adamovsky، والميزة الرئيسية لها هي "Find the terms from last search in current page, with jump-to-term links and highlighting.".

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

screenshot

تحميل ملف CRX للإضافة Search Terms Finder

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

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

                        Extension icon is enabled in any page navigated from search results. 
Click to quickly find/highlight search terms in the current page.
Google and Bing are supported by default, other search engines can be added using extension's options.
Inspired by SearchWP Firefox extension.
New in v2.1: support multiple words wrapped in quotes.                    

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

الاسم Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
عنوان URL الرسمي https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
الوصف Find the terms from last search in current page, with jump-to-term links and highlighting.
حجم الملف 53.81 KB
عدد التثبيتات 222
النسخة الحالية 2.1
آخر تحديث 2017-12-10
تاريخ النشر 2017-12-10
تقييم 3.80/5 مجموع تقييمات 5
المطور Zvi Adamovsky
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Terms Finder",
    "description": "Find the terms from last search in current page, with jump-to-term links and highlighting.",
    "version": "2.1",
    "background": {
        "persistent": false,
        "scripts": [
            "rules.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "storage"
    ]
}