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
Was ist High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper ist eine Chrome-Erweiterung, die von max.b.barry entwickelt wurde, und ihr Hauptmerkmal ist "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Erweiterungsscreenshots
High Ascii Fixer/Stripper-Erweiterungs-CRX-Datei herunterladen
Laden Sie High Ascii Fixer/Stripper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Offizielle URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Beschreibung | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Dateigröße | 3.51 KB |
| Installationsanzahl | 29 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2015-05-12 |
| Veröffentlichungsdatum | 2015-05-12 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | max.b.barry |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |