二维码分享专家 QRcode Master
二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。
What is 二维码分享专家 QRcode Master?
二维码分享专家 QRcode Master is a Chrome extension developed by cobola, and its main feature is "二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。".
Extension Screenshots
Download 二维码分享专家 QRcode Master Extension CRX File
Download 二维码分享专家 QRcode Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
二维码分享专家,是一个把当前页面地址做成一个二维码,方便手机扫描,从而分享网址的工具。 支持所有网站的地址, 支持所有网站的图片分享. 支持选中的文字生成二维码。 支持多国语言。 特别支持知乎的问题和答案分享,水木社区的帖子和回复。 如果你有特别的网站需要支持,欢迎告诉我们。 QRcode Master can Generate qrcode from url,image,selected text; special support zhihu.com and newsmth.net . generate the question and answer qrcode from zhihu.com and post and reply from newsmth.net it will support more in the future ,if you need a special support for some website ,plz tell us.
Extension Basic Information
Name | 二维码分享专家 QRcode Master |
ID | eandllggnghikbggfgifghhbhfahojfm |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E5%88%86%E4%BA%AB%E4%B8%93%E5%AE%B6-qrcode-master/eandllggnghikbggfgifghhbhfahojfm |
Description | 二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。 |
File Size | 68.77 KB |
Installation Count | 103 |
Current Version | 1.5 |
Last Updated | 2014-08-13 |
Publish Date | 2014-08-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | cobola |
Payment Type | free |
Supported Languages | en-US,es,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "1.5", "permissions": [ "tabs", "contextMenus", "http:\/\/*.zhihu.com\/*", "http:\/\/*.125806.com\/*", "http:\/\/*.pengtou.org\/*", "unlimitedStorage" ], "default_locale": "zh_CN", "browser_action": { "default_title": "__MSG_browser_action_title__", "default_icon": "icons\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.min.js", "jquery.qrcode.min.js", "jquery.popupoverlay.js", "qr.js" ], "css": [ "qr.css" ] } ] } |