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
Co to jest High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper to rozszerzenie Chrome opracowane przez max.b.barry, a jego główną funkcją jest „This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia High Ascii Fixer/Stripper
Pobierz pliki rozszerzeń High Ascii Fixer/Stripper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Oficjalny URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Opis | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Rozmiar pliku | 3.51 KB |
| Liczba instalacji | 29 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2015-05-12 |
| Data Publikacji | 2015-05-12 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | max.b.barry |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |