FastFind

FastFind helps you track multiple pieces of text!

FastFindとは何ですか?

FastFindはSTK Devによって開発されたChromeの拡張機能で、その主な機能は「FastFind helps you track multiple pieces of text!」です。

拡張機能のスクリーンショット

screenshot

FastFind拡張機能のCRXファイルをダウンロード

FastFind拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}