Smart Punctuations
Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.
Cos'è Smart Punctuations?
Smart Punctuations è un'estensione di Chrome sviluppata da https://manki.in, e la sua funzione principale è "Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Punctuations
Scarica i file di estensione Smart Punctuations in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Smart Punctuations |
ID | kemhapeegihkkkjbhnepbpkklbmpbgfn |
URL Ufficiale | https://chromewebstore.google.com/detail/smart-punctuations/kemhapeegihkkkjbhnepbpkklbmpbgfn |
Descrizione | Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box. |
Dimensione del File | 10.77 KB |
Conteggio Installazioni | 581 |
Versione Corrente | 1.1.9 |
Ultimo Aggiornamento | 2022-01-09 |
Data di Pubblicazione | 2013-04-17 |
Valutazione | 4.17/5 Totale 12 Valutazioni |
Sviluppatore | https://manki.in |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |