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
Что такое High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper - это расширение Chrome, разработанное max.b.barry, и его основная функция - "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Снимки экрана расширения
Скачать файл CRX расширения High Ascii Fixer/Stripper
Скачайте файлы расширений High Ascii Fixer/Stripper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| Официальный URL | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Описание | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Размер файла | 3.51 KB |
| Количество установок | 29 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2015-05-12 |
| Дата публикации | 2015-05-12 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | max.b.barry |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
} | |