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 - это расширение Chrome, разработанное mudasobwa, и его основная функция - "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Smart Quote

Скачайте файлы расширений 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
}