Keyword Replacer

Replace keywords with a set text when pressing the selected combination of keys.

Keyword Replacer là gì?

Keyword Replacer là một tiện ích mở rộng Chrome được phát triển bởi Stilling, và tính năng chính của nó là "Replace keywords with a set text when pressing the selected combination of keys.".

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

Tải xuống các tệp mở rộng Keyword Replacer 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

                                            

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

Tên Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
URL Chính Thức https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Mô tả Replace keywords with a set text when pressing the selected combination of keys.
Kích Thước Tệp 637 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2016-03-24
Ngày Phát Hành 2016-03-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Stilling
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Replacer",
    "manifest_version": 2,
    "version": "0.1.4",
    "author": "Mitch @BlameMitch",
    "short_name": "Keyword Replacer",
    "description": "Replace keywords with a set text when pressing the selected combination of keys.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Options"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/moment.js",
                "js\/scripts.js"
            ]
        }
    ]
}