Smart Quote
Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
O que é Smart Quote?
Smart Quote é uma extensão do Chrome desenvolvida por mudasobwa, e sua principal característica é "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Quote
Baixe arquivos de extensão Smart Quote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | |
ID | kecddbeledidlpgjokkgcdopgkcppaic |
URL Oficial | https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic |
Descrição | Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard. |
Tamanho do Arquivo | 31.39 KB |
Contagem de Instalações | 17 |
Versão Atual | 0.2 |
Última Atualização | 2014-03-21 |
Data de Publicação | 2014-03-21 |
Desenvolvedor | mudasobwa |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |