Share to SNS / Move to Phone
One-click share to SNS or Get QR code for Phone use
What is Share to SNS / Move to Phone?
Share to SNS / Move to Phone is a Chrome extension developed by hooting, and its main feature is "One-click share to SNS or Get QR code for Phone use".
Extension Screenshots
Download Share to SNS / Move to Phone Extension CRX File
Download Share to SNS / Move to Phone 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
分享/转移插件旨在帮助用户便捷地将网页中需要的内容分享至社交网站或是将内容转移至移动设备以便继续浏览。内容可以是当前浏览的网页网址、当前网页的选中文字或者是网页中的某张图片。 该插件支持的分享社交网站包括:新浪微博、人人网、腾讯说说。 转移内容至移动设备的操作包括两部分:点击生成二维码;用移动设备扫描新生成的二维码。
Extension Basic Information
Name | Share to SNS / Move to Phone |
ID | cojkjkkambjnjeadaiokbjgjpadhchem |
Official URL | https://chromewebstore.google.com/detail/share-to-sns-move-to-phon/cojkjkkambjnjeadaiokbjgjpadhchem |
Description | One-click share to SNS or Get QR code for Phone use |
File Size | 27.45 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2015-03-01 |
Publish Date | 2015-02-28 |
Developer | hooting |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background\/background.html" }, "default_locale": "zh_CN", "description": "__MSG_extDescription__", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "name": "__MSG_extName__", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0" } |