Hammer

Replace the trigger words with other words or star signs

Hammerとは何ですか?

Hammerはzhyによって開発されたChromeの拡張機能で、その主な機能は「Replace the trigger words with other words or star signs」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Hammer拡張機能のCRXファイルをダウンロード

Hammer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Hammer Hammer
ID cgcndfhnodpingjaaofffpkblamjfojp
公式URL https://chromewebstore.google.com/detail/hammer/cgcndfhnodpingjaaofffpkblamjfojp
説明 Replace the trigger words with other words or star signs
ファイルサイズ 332 KB
インストール数 237
現在のバージョン 0.0.7
最終更新日 2021-07-14
公開日 2021-04-30
評価 4.75/5 合計 8 レビュー
開発者 zhy
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}