FastFind

FastFind helps you track multiple pieces of text!

FastFind là gì?

FastFind là một tiện ích mở rộng Chrome được phát triển bởi STK Dev, và tính năng chính của nó là "FastFind helps you track multiple pieces of text!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FastFind

Tải xuống các tệp mở rộng FastFind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FastFind FastFind
ID pacanidajfeoodnkjnlhjmfnijaeolge
URL Chính Thức https://chromewebstore.google.com/detail/fastfind/pacanidajfeoodnkjnlhjmfnijaeolge
Mô tả FastFind helps you track multiple pieces of text!
Kích Thước Tệp 41.12 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.9.8.6
Cập Nhật Lần Cuối 2020-03-13
Ngày Phát Hành 2020-03-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển STK Dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/samuthekid/fastfind
Ngôn Ngữ Được Hỗ Trợ 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
}