Hammer

Replace the trigger words with other words or star signs

Hammer là gì?

Hammer là một tiện ích mở rộng Chrome được phát triển bởi zhy, và tính năng chính của nó là "Replace the trigger words with other words or star signs".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        One tool to automatically replace the trigger words with other words or star signs.
 It's simple to use.

1. The page to manage dictionaries will be open after installed, add trigger words into it.
2. Open any site, trigger words on it has been replaced with words set by you.

Source code : https://github.com/sheepzh/regulation                    

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

Tên Hammer Hammer
ID cgcndfhnodpingjaaofffpkblamjfojp
URL Chính Thức https://chromewebstore.google.com/detail/hammer/cgcndfhnodpingjaaofffpkblamjfojp
Mô tả Replace the trigger words with other words or star signs
Kích Thước Tệp 332 KB
Số Lần Cài Đặt 237
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2021-07-14
Ngày Phát Hành 2021-04-30
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển zhy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "0.0.7",
    "author": "sheepzh",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/sheepzh\/regulation#readme",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "static\/images\/icon.png",
        "default_title": "__MSG_app_iconTitle__"
    },
    "icons": {
        "16": "static\/images\/icon.png",
        "48": "static\/images\/icon.png",
        "128": "static\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}