Smart Punctuations

Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.

O que é Smart Punctuations?

Smart Punctuations é uma extensão do Chrome desenvolvida por https://manki.in, e sua principal característica é "Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Punctuations

Baixe arquivos de extensão Smart Punctuations no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

 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 like 
 or  or .

SOURCE CODE
Source code of this extension is available at https://github.com/manki/blogger-smart-quotes.                    

Informações Básicas da Extensão

Nome Smart Punctuations Smart Punctuations
ID kemhapeegihkkkjbhnepbpkklbmpbgfn
URL Oficial https://chromewebstore.google.com/detail/smart-punctuations/kemhapeegihkkkjbhnepbpkklbmpbgfn
Descrição Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.
Tamanho do Arquivo 10.77 KB
Contagem de Instalações 581
Versão Atual 1.1.9
Última Atualização 2022-01-09
Data de Publicação 2013-04-17
Classificação 4.17/5 Total de 12 Avaliações
Desenvolvedor https://manki.in
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}