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 Zvi Adamovsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the terms from last search in current page, with jump-to-term links and highlighting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Terms Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}