Hammer
Replace the trigger words with other words or star signs
Cos'è Hammer?
Hammer è un'estensione di Chrome sviluppata da zhy, e la sua funzione principale è "Replace the trigger words with other words or star signs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hammer
Scarica i file di estensione Hammer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hammer |
ID | cgcndfhnodpingjaaofffpkblamjfojp |
URL Ufficiale | https://chromewebstore.google.com/detail/hammer/cgcndfhnodpingjaaofffpkblamjfojp |
Descrizione | Replace the trigger words with other words or star signs |
Dimensione del File | 332 KB |
Conteggio Installazioni | 237 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2021-07-14 |
Data di Pubblicazione | 2021-04-30 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | zhy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |