Smart Quote
Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
什么是Smart Quote?
Smart Quote是由mudasobwa开发的Chrome扩展程序,该扩展的主要功能是“Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.”。
扩展截图
下载Smart Quote扩展crx文件
下载Smart Quote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | |
ID | kecddbeledidlpgjokkgcdopgkcppaic |
官方URL | https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic |
简介 | Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard. |
文件大小 | 31.39 KB |
安装次数 | 17 |
当前版本 | 0.2 |
更新时间 | 2014-03-21 |
上架时间 | 2014-03-21 |
开发者 | mudasobwa |
付费类型 | free |
支持的语言 | 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 } |