Hammer
Replace the trigger words with other words or star signs
Co je Hammer?
Hammer je rozšíření Chrome vyvinuté zhy, a jeho hlavní funkcí je „Replace the trigger words with other words or star signs“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hammer
Stáhněte si soubory rozšíření Hammer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Hammer |
ID | cgcndfhnodpingjaaofffpkblamjfojp |
Oficiální URL | https://chromewebstore.google.com/detail/hammer/cgcndfhnodpingjaaofffpkblamjfojp |
Popis | Replace the trigger words with other words or star signs |
Velikost souboru | 332 KB |
Počet instalací | 237 |
Aktuální Verze | 0.0.7 |
Poslední Aktualizace | 2021-07-14 |
Datum Vydání | 2021-04-30 |
Hodnocení | 4.75/5 Celkem 8 Hodnocení |
Vývojář | zhy |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |