Text replacer
You can change any text in any website you want!
Cos'è Text replacer?
Text replacer è un'estensione di Chrome sviluppata da madmon18, e la sua funzione principale è "You can change any text in any website you want!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text replacer
Scarica i file di estensione Text replacer 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
With this tool you will be able to replace any text in any website you want
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy! Informazioni di Base sull'Estensione
| Nome | |
| ID | omigokpnmglhaplhdemeiaigmojaalba |
| URL Ufficiale | https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba |
| Descrizione | You can change any text in any website you want! |
| Dimensione del File | 1.33 MB |
| Conteggio Installazioni | 420 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2017-12-17 |
| Data di Pubblicazione | 2017-12-17 |
| Valutazione | 2.20/5 Totale 5 Valutazioni |
| Sviluppatore | madmon18 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text replacer",
"description": "You can change any text in any website you want!",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "yair.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"yair.js"
]
}
]
} | |