Smart Quote

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

Co to jest Smart Quote?

Smart Quote to rozszerzenie Chrome opracowane przez mudasobwa, a jego główną funkcją jest „Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart Quote

Pobierz pliki rozszerzeń Smart Quote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Quote Smart Quote
ID kecddbeledidlpgjokkgcdopgkcppaic
Oficjalny URL https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic
Opis Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
Rozmiar pliku 31.39 KB
Liczba instalacji 17
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-03-21
Data Publikacji 2014-03-21
Deweloper mudasobwa
Typ Płatności free
Obsługiwane Języki 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
}