Smart Punctuations
Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.
What is Smart Punctuations?
Smart Punctuations is a Chrome extension developed by https://manki.in, and its main feature is "Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.".
Extension Screenshots
Download Smart Punctuations Extension CRX File
Download Smart Punctuations extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Smart Punctuations |
ID | kemhapeegihkkkjbhnepbpkklbmpbgfn |
Official URL | https://chromewebstore.google.com/detail/smart-punctuations/kemhapeegihkkkjbhnepbpkklbmpbgfn |
Description | Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box. |
File Size | 10.77 KB |
Installation Count | 581 |
Current Version | 1.1.9 |
Last Updated | 2022-01-09 |
Publish Date | 2013-04-17 |
Rating | 4.17/5 Total 12 Ratings |
Developer | https://manki.in |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |