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
Apa itu High Ascii Fixer/Stripper?
High Ascii Fixer/Stripper adalah ekstensi Chrome yang dikembangkan oleh max.b.barry, dan fitur utamanya adalah "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi High Ascii Fixer/Stripper
Unduh file ekstensi High Ascii Fixer/Stripper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
| URL Resmi | https://chromewebstore.google.com/detail/high-ascii-fixerstripper/ljeekfhcfkndemjfoifbgcjealgabpmi |
| Deskripsi | This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing |
| Ukuran File | 3.51 KB |
| Jumlah Instalasi | 29 |
| Versi Saat Ini | 1.1 |
| Terakhir Diperbarui | 2015-05-12 |
| Tanggal Publikasi | 2015-05-12 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | max.b.barry |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |