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
What is High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper is a Chrome extension developed by max.b.barry, and its main feature is "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Extension Screenshots
Download High Ascii Fixer/Stripper Extension CRX File
Download High Ascii Fixer/Stripper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Official URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Description | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| File Size | 3.51 KB |
| Installation Count | 29 |
| Current Version | 1.1 |
| Last Updated | 2015-05-12 |
| Publish Date | 2015-05-12 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | max.b.barry |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |