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."입니다.
확장 프로그램 스크린샷
Smart Punctuations 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | 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" } } |