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 |
公式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 |
Eメール | [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" ] } |