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
Vad är High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper är en Chrome-tillägg utvecklad av max.b.barry, och dess huvudfunktion är "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Tilläggsskärmbilder
Ladda ner High Ascii Fixer/Stripper-förlängningens CRX-fil
Ladda ner High Ascii Fixer/Stripper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Officiell webbadress | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Beskrivning | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Filstorlek | 3.51 KB |
| Antal Installationer | 29 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2015-05-12 |
| Publiceringsdatum | 2015-05-12 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | max.b.barry |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |