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.

Qu'est-ce que FindAlways™ ?

FindAlways™ est une extension Chrome développée par http://consultski.com, et sa fonction principale est "Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FindAlways™

Téléchargez les fichiers d'extension FindAlways™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom FindAlways™ FindAlways™
ID fikcpkehmfffjppfmkmjodbkdffdgdbc
URL Officiel https://chrome.google.com/webstore/detail/findalways/fikcpkehmfffjppfmkmjodbkdffdgdbc
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.
Taille du Fichier 77.52 KB
Nombre d'Installations 190
Version Actuelle 1.0
Dernière Mise à Jour 2017-09-08
Date de Publication 2017-09-08
Évaluation 3.50/5 Total 8 Évaluations
Développeur http://consultski.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://leanstartpad.consultski.com/
URL de la Page de Politique de Confidentialité https://clarity.fm/ski/expertise/app-dev
Langues Prises en Charge 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"
            }
        }
    }
}