Smart Quote
Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
¿Qué es Smart Quote?
Smart Quote es una extensión de Chrome desarrollada por mudasobwa, y su función principal es "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Quote
Descarga archivos de extensión Smart Quote en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | kecddbeledidlpgjokkgcdopgkcppaic |
URL Oficial | https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic |
Descripción | Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard. |
Tamaño del Archivo | 31.39 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 0.2 |
Última Actualización | 2014-03-21 |
Fecha de Publicación | 2014-03-21 |
Desarrollador | mudasobwa |
Tipo de Pago | free |
Idiomas Soportados | 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 } |