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
Wat is High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper is een Chrome-extensie ontwikkeld door max.b.barry, en de belangrijkste functie is "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Extensie Screenshots
Download het CRX-bestand van de extensie High Ascii Fixer/Stripper
Download High Ascii Fixer/Stripper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Officiële URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Beschrijving | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Bestandsgrootte | 3.51 KB |
| Aantal Installaties | 29 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-05-12 |
| Publicatiedatum | 2015-05-12 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | max.b.barry |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |