Smart Quote

Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.

Smart Quote란 무엇입니까?

Smart Quote은(는) mudasobwa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard."입니다.

확장 프로그램 스크린샷

screenshot

Smart Quote 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        SmartQuote — a Google Chrome extension to ease the quoting the content over the web.

Simply right-click on image/selection and choose the menu item “Quote it!” The properly HTML5-compliant code will be produced to insert into your blog/whereever.

Copyright (c) 2013 Alexei Matyushkin, [email protected], http://rocket-science.ru
MIT License [http://www.nihilogic.dk/licenses/mit-license.txt]                    

확장 프로그램 기본 정보

이름 Smart Quote Smart Quote
ID kecddbeledidlpgjokkgcdopgkcppaic
공식 URL https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic
설명 Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
파일 크기 31.39 KB
설치 횟수 17
현재 버전 0.2
최근 업데이트 2014-03-21
출시 날짜 2014-03-21
개발자 mudasobwa
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "0.2",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "16.0.0.0",
    "icons": {
        "16": "smartcopy-16.png",
        "48": "smartcopy-48.png",
        "128": "smartcopy-128.png"
    },
    "manifest_version": 2
}