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
Hvad er High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper er en Chrome-udvidelse udviklet af max.b.barry, og dens hovedfunktion er "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Udvidelsesskærmbilleder
Download High Ascii Fixer/Stripper-udvidelses-CRX-fil
Download High Ascii Fixer/Stripper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Officiel URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Beskrivelse | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Filstørrelse | 3.51 KB |
| Antal Installationer | 29 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2015-05-12 |
| Udgivelsesdato | 2015-05-12 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | max.b.barry |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |