FindAlways™

Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.

Cos'è FindAlways™?

FindAlways™ è un'estensione di Chrome sviluppata da http://consultski.com, e la sua funzione principale è "Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FindAlways™

Scarica i file di estensione FindAlways™ 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

                                            

Informazioni di Base sull'Estensione

Nome FindAlways™ FindAlways™
ID fikcpkehmfffjppfmkmjodbkdffdgdbc
URL Ufficiale https://chrome.google.com/webstore/detail/findalways/fikcpkehmfffjppfmkmjodbkdffdgdbc
Descrizione Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.
Dimensione del File 77.52 KB
Conteggio Installazioni 190
Versione Corrente 1.0
Ultimo Aggiornamento 2017-09-08
Data di Pubblicazione 2017-09-08
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore http://consultski.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://leanstartpad.consultski.com/
URL della Pagina della Politica sulla Privacy https://clarity.fm/ski/expertise/app-dev
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FindAlways\u2122",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on\/off. Persistent finds, just like you would expect.",
    "short_name": "FindAlways\u2122 a LeanStartPad\u2122 Brand.",
    "icons": {
        "16": "app\/icons\/icon16.png",
        "48": "app\/icons\/icon48.png",
        "128": "app\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "app\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/js\/lib\/jquery-3.2.1.min.js",
                "app\/js\/search.js",
                "app\/js\/pagechange.js"
            ],
            "css": [
                "app\/css\/search.css"
            ]
        }
    ],
    "offline_enabled": true,
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "finder-search-text": {
            "description": "Search",
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}