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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tubishare (former +OneFB) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Tubishare (former +OneFB) Tubishare (former +OneFB)
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"
}