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
电子邮箱 [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
}