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\/*\/*" ] } |