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 |
| 官方網址 | 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
} | |