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
Co je High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper je rozšíření Chrome vyvinuté max.b.barry, a jeho hlavní funkcí je „This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření High Ascii Fixer/Stripper
Stáhněte si soubory rozšíření High Ascii Fixer/Stripper 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í
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 Základní Informace o Rozšíření
| Název | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Oficiální URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Popis | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Velikost souboru | 3.51 KB |
| Počet instalací | 29 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2015-05-12 |
| Datum Vydání | 2015-05-12 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | max.b.barry |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |