High Ascii Fixer/Stripper
This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing
Cos'è High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper è un'estensione di Chrome sviluppata da max.b.barry, e la sua funzione principale è "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione High Ascii Fixer/Stripper
Scarica i file di estensione High Ascii Fixer/Stripper 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
Adds a context menu that allows you to copy text form a web page to your clipboard stripped of high ascii but with curly single/double quotes and em-dashes replaced with straight single/double quotes and normal dashes Informazioni di Base sull'Estensione
| Nome | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| URL Ufficiale | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Descrizione | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Dimensione del File | 3.51 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2015-05-12 |
| Data di Pubblicazione | 2015-05-12 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | max.b.barry |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "High Ascii Fixer\/Stripper",
"description": "This will change curly single\/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing",
"version": "1.1",
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus",
"clipboardWrite"
]
} | |