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 |
官方網址 | 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\/*\/*" ] } |