Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
什么是Pluggio?
Pluggio是由https://plugg.io开发的Chrome扩展程序,该扩展的主要功能是“Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!”。
扩展截图
下载Pluggio扩展crx文件
下载Pluggio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! Share immediately, schedule it, or add to your dripfeed.
扩展基本信息
名称 | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
官方URL | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
简介 | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
文件大小 | 11.95 KB |
安装次数 | 12 |
当前版本 | 1.0.1 |
更新时间 | 2012-06-22 |
上架时间 | 2012-06-22 |
评分 | 5.00/5 共1次评分 |
开发者 | https://plugg.io |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pluggio", "version": "1.0.1", "manifest_version": 2, "description": "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!", "browser_action": { "default_icon": "icon_24.png", "default_title": "Pluggio" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "pluggio.js" ] }, "permissions": [ "tabs", "http:\/\/plugg.io\/*\/*", "https:\/\/plugg.io\/*\/*" ] } |