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是由max.b.barry開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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
擴展基本資訊
名稱 | High Ascii Fixer/Stripper |
ID | ljeekfhcfkndemjfoifbgcjealgabpmi |
官方網址 | 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" ] } |