Smart Quote
Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
Was ist Smart Quote?
Smart Quote ist eine Chrome-Erweiterung, die von mudasobwa entwickelt wurde, und ihr Hauptmerkmal ist "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".
Erweiterungsscreenshots
Smart Quote-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Quote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kecddbeledidlpgjokkgcdopgkcppaic |
| Offizielle URL | https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic |
| Beschreibung | Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard. |
| Dateigröße | 31.39 KB |
| Installationsanzahl | 17 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2014-03-21 |
| Veröffentlichungsdatum | 2014-03-21 |
| Entwickler | mudasobwa |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |