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ファイルをダウンロード

Smart Quote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}