Hammer

Replace the trigger words with other words or star signs

Hammerคืออะไร?

Hammer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhy และคุณลักษณะหลักของมันคือ "Replace the trigger words with other words or star signs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hammer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}