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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}