Tubishare (former +OneFB)
Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.
Tubishare (former +OneFB)とは何ですか?
Tubishare (former +OneFB)はhttps://tubizou.netによって開発されたChromeの拡張機能で、その主な機能は「Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.」です。
拡張機能のスクリーンショット
Tubishare (former +OneFB)拡張機能のCRXファイルをダウンロード
Tubishare (former +OneFB)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extention will add "Plus One" Button below each Facebook post. All articles recommended by +1 button will be appeared on Google Plus profile.
For more information about "Plus One" Button: http://goo.gl/ccuoP
TRACK CHANGES:
(09/02/2015) Change name to "Tubishare".
(04/02/2015) Add top "RECOMMENDATIONS" links.
(03/02/2015) Add "Share to Google+" link.
(18/07/2011) Extract external link instead of FB-permanent link (privacy reason).
ACKNOWLEDGEMENT:
Thanks to H.T. Nguyen for the core work.
Thanks to all users for using and supporting!
TECHNICAL SUPPORTS:
Every suggestions for new features and/or reports for bugs are welcome!
For new updates, follow H.T. Nguyen on Google+: https://plus.google.com/104350820495897087107/about 拡張機能の基本情報
| 名前 | |
| ID | filcdchddjiekgohoaojfoofhbfbamig |
| 公式URL | https://chromewebstore.google.com/detail/tubishare-former-+onefb/filcdchddjiekgohoaojfoofhbfbamig |
| 説明 | Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments. |
| ファイルサイズ | 177 KB |
| インストール数 | 131 |
| 現在のバージョン | 1.1.4 |
| 最終更新日 | 2015-02-09 |
| 公開日 | 2015-02-09 |
| 評価 | 3.92/5 合計 13 レビュー |
| 開発者 | https://tubizou.net |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://plus.google.com/104350820495897087107/about |
| ヘルプページのURL | https://plus.google.com/104350820495897087107/about |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"plus.one.fb.js",
"jquery.min.js",
"md5.js",
"jquery-ui.js"
],
"css": [
"tooltip.css",
"jquery-ui.css"
],
"matches": [
"https:\/\/www.facebook.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.",
"name": "Tubishare (former +OneFB)",
"short_name": "Tubishare",
"version": "1.1.4"
} | |