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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
} | |