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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Punctuations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |