Smart Punctuations

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

Smart Punctuations là gì?

Smart Punctuations là một tiện ích mở rộng Chrome được phát triển bởi https://manki.in, và tính năng chính của nó là "Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart Punctuations

Tải xuống các tệp mở rộng Smart Punctuations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart Punctuations Smart Punctuations
ID kemhapeegihkkkjbhnepbpkklbmpbgfn
URL Chính Thức https://chromewebstore.google.com/detail/smart-punctuations/kemhapeegihkkkjbhnepbpkklbmpbgfn
Mô tả Replaces straight quotes ("like this") with smart quotes (“like this”) in Blogger's post editor and Gmail's compose box.
Kích Thước Tệp 10.77 KB
Số Lần Cài Đặt 581
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2022-01-09
Ngày Phát Hành 2013-04-17
Đánh Giá 4.17/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://manki.in
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}