FastFind

FastFind helps you track multiple pieces of text!

FastFind क्या है?

FastFind STK Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FastFind helps you track multiple pieces of text!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FastFind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम FastFind FastFind
ID pacanidajfeoodnkjnlhjmfnijaeolge
आधिकारिक URL https://chromewebstore.google.com/detail/fastfind/pacanidajfeoodnkjnlhjmfnijaeolge
विवरण FastFind helps you track multiple pieces of text!
फ़ाइल का आकार 41.12 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.9.8.6
अंतिम अपडेट 2020-03-13
प्रकाशन तिथि 2020-03-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर STK Dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/samuthekid/fastfind
समर्थित भाषाएँ 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
}