FastFind

FastFind helps you track multiple pieces of text!

Cos'è FastFind?

FastFind è un'estensione di Chrome sviluppata da STK Dev, e la sua funzione principale è "FastFind helps you track multiple pieces of text!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FastFind

Scarica i file di estensione FastFind in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FastFind FastFind
ID pacanidajfeoodnkjnlhjmfnijaeolge
URL Ufficiale https://chromewebstore.google.com/detail/fastfind/pacanidajfeoodnkjnlhjmfnijaeolge
Descrizione FastFind helps you track multiple pieces of text!
Dimensione del File 41.12 KB
Conteggio Installazioni 22
Versione Corrente 0.9.8.6
Ultimo Aggiornamento 2020-03-13
Data di Pubblicazione 2020-03-12
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore STK Dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/samuthekid/fastfind
Lingue Supportate 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
}