Smart Punctuations
Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.
Smart Punctuationsとは何ですか?
Smart Punctuationsはhttps://manki.inによって開発されたChromeの拡張機能で、その主な機能は「Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.」です。
拡張機能のスクリーンショット
Smart Punctuations拡張機能のCRXファイルをダウンロード
Smart Punctuations拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces some default punctuation characters in Blogger's post editor with better looking ones. The following items are replaced: - double quotes ("quotes" ⇒ “quotes”) - single quotes ('quotes' ⇒ ‘quotes’) - dashes (-- ⇒ — and --- ⇒ —) SUPPORTED SITES: - Blogger - Gmail HOW TO USE Once installed, this extension adds an icon to address bar when you are editing a Blogger blog post. Click on that icon to replace all matching punctuation characters. EXCEPTIONS Replacement is not done for text inside elements likeoror . SOURCE CODE Source code of this extension is available at https://github.com/manki/blogger-smart-quotes.
拡張機能の基本情報
名前 | Smart Punctuations |
ID | kemhapeegihkkkjbhnepbpkklbmpbgfn |
公式URL | https://chromewebstore.google.com/detail/smart-punctuations/kemhapeegihkkkjbhnepbpkklbmpbgfn |
説明 | Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box. |
ファイルサイズ | 10.77 KB |
インストール数 | 581 |
現在のバージョン | 1.1.9 |
最終更新日 | 2022-01-09 |
公開日 | 2013-04-17 |
評価 | 4.17/5 合計 12 レビュー |
開発者 | https://manki.in |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smart Punctuations", "version": "1.1.9", "description": "Replaces straight quotes (\"like this\") with smart quotes (\u201clike this\u201d) in Blogger's post editor and Gmail's compose box.", "icons": { "16": "img\/quotes-16.png", "48": "img\/quotes-48.png", "128": "img\/quotes-128.png" }, "permissions": [ "declarativeContent", "scripting" ], "host_permissions": [ "*:\/\/*.blogger.com\/*", "*:\/\/mail.google.com\/*" ], "action": { "default_icon": "img\/quotes-19.png", "default_title": "Apply smart punctuation to the current post" }, "background": { "service_worker": "background.js" } } |