Smart Quote
Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
Wat is Smart Quote?
Smart Quote is een Chrome-extensie ontwikkeld door mudasobwa, en de belangrijkste functie is "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Quote
Download Smart Quote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | |
ID | kecddbeledidlpgjokkgcdopgkcppaic |
Officiële URL | https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic |
Beschrijving | Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard. |
Bestandsgrootte | 31.39 KB |
Aantal Installaties | 17 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-03-21 |
Publicatiedatum | 2014-03-21 |
Ontwikkelaar | mudasobwa |
Betalingswijze | free |
Ondersteunde Talen | 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 } |