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"
]
} | |