Share to SNS / Move to Phone
One-click share to SNS or Get QR code for Phone use
Wat is Share to SNS / Move to Phone?
Share to SNS / Move to Phone is een Chrome-extensie ontwikkeld door hooting, en de belangrijkste functie is "One-click share to SNS or Get QR code for Phone use".
Extensie Screenshots
Download het CRX-bestand van de extensie Share to SNS / Move to Phone
Download Share to SNS / Move to Phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
分享/转移插件旨在帮助用户便捷地将网页中需要的内容分享至社交网站或是将内容转移至移动设备以便继续浏览。内容可以是当前浏览的网页网址、当前网页的选中文字或者是网页中的某张图片。 该插件支持的分享社交网站包括:新浪微博、人人网、腾讯说说。 转移内容至移动设备的操作包括两部分:点击生成二维码;用移动设备扫描新生成的二维码。
Basisinformatie over de Extensie
Naam | Share to SNS / Move to Phone |
ID | cojkjkkambjnjeadaiokbjgjpadhchem |
Officiële URL | https://chromewebstore.google.com/detail/share-to-sns-move-to-phon/cojkjkkambjnjeadaiokbjgjpadhchem |
Beschrijving | One-click share to SNS or Get QR code for Phone use |
Bestandsgrootte | 27.45 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-03-01 |
Publicatiedatum | 2015-02-28 |
Ontwikkelaar | hooting |
Betalingswijze | free |
Ondersteunde Talen | 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" } |