Smart Quote

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

Vad är Smart Quote?

Smart Quote är en Chrome-tillägg utvecklad av mudasobwa, och dess huvudfunktion är "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".

Tilläggsskärmbilder

screenshot

Ladda ner Smart Quote-förlängningens CRX-fil

Ladda ner Smart Quote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Smart Quote Smart Quote
ID kecddbeledidlpgjokkgcdopgkcppaic
Officiell webbadress https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic
Beskrivning Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
Filstorlek 31.39 KB
Antal Installationer 17
Aktuell Version 0.2
Senast Uppdaterad 2014-03-21
Publiceringsdatum 2014-03-21
Utvecklare mudasobwa
Betalningssätt free
Stödda Språk 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
}