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.”。

扩展截图

screenshot
screenshot

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

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

扩展基本信息

名称 Smart Punctuations 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"
    }
}