Smart Quote
Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.
Smart Quote là gì?
Smart Quote là một tiện ích mở rộng Chrome được phát triển bởi mudasobwa, và tính năng chính của nó là "Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Quote
Tải xuống các tệp mở rộng Smart Quote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kecddbeledidlpgjokkgcdopgkcppaic |
URL Chính Thức | https://chrome.google.com/webstore/detail/smart-quote/kecddbeledidlpgjokkgcdopgkcppaic |
Mô tả | Simply right-click on image/selection and choose “Quote it!” The properly HTML5-compliant code will be copied to clipboard. |
Kích Thước Tệp | 31.39 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-03-21 |
Ngày Phát Hành | 2014-03-21 |
Nhà Phát Triển | mudasobwa |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |