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
官方網址 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
}