二维码分享专家 QRcode Master
二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。
Qu'est-ce que 二维码分享专家 QRcode Master ?
二维码分享专家 QRcode Master est une extension Chrome développée par cobola, et sa fonction principale est "二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 二维码分享专家 QRcode Master
Téléchargez les fichiers d'extension 二维码分享专家 QRcode Master au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
二维码分享专家,是一个把当前页面地址做成一个二维码,方便手机扫描,从而分享网址的工具。 支持所有网站的地址, 支持所有网站的图片分享. 支持选中的文字生成二维码。 支持多国语言。 特别支持知乎的问题和答案分享,水木社区的帖子和回复。 如果你有特别的网站需要支持,欢迎告诉我们。 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.
Informations de Base sur l'Extension
Nom | 二维码分享专家 QRcode Master |
ID | eandllggnghikbggfgifghhbhfahojfm |
URL Officiel | 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 | 二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。 |
Taille du Fichier | 68.77 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2014-08-13 |
Date de Publication | 2014-08-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | cobola |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |