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
官方網址 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"
    }
}