FastFind

FastFind helps you track multiple pieces of text!

What is FastFind?

FastFind is a Chrome extension developed by STK Dev, and its main feature is "FastFind helps you track multiple pieces of text!".

Extension Screenshots

screenshot

Download FastFind Extension CRX File

Download FastFind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FastFind FastFind
ID pacanidajfeoodnkjnlhjmfnijaeolge
Official URL https://chromewebstore.google.com/detail/fastfind/pacanidajfeoodnkjnlhjmfnijaeolge
Description FastFind helps you track multiple pieces of text!
File Size 41.12 KB
Installation Count 22
Current Version 0.9.8.6
Last Updated 2020-03-13
Publish Date 2020-03-12
Rating 5.00/5 Total 4 Ratings
Developer STK Dev
Email [email protected]
Payment Type free
Extension Website https://github.com/samuthekid/fastfind
Supported Languages 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
}