BB Launcher

Powerful extension and newTab page, help you access Google Services, Support Multi-Account and new messages checker

BB Launcher란 무엇입니까?

BB Launcher은(는) http://www.bbshare.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful extension and newTab page, help you access Google Services, Support Multi-Account and new messages checker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BB Launcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTICE: the extension DONT include an override newTab for quick access Google Services. install it from
https://chrome.google.com/webstore/detail/ehgjhjbiflegkfaoacjdgjggidcpbidk

One click to access Google Services from your Chrome browser. Support search in these services directly from popup toolbox and newTab page. Another, it also displays the number of unread messages and notifications in your Gmail inbox/Facebook. it support multiple accounts include Google Apps domains account. NO need your account and password information in localstorage. The strongest browser and the strongest web service together help you enjoy internet more instantly and securely.

 Main features
===================================

 ✓ Search with SSL for Web, News, Blog, Discussions, etc.
 ✓ Voice Search, Keyword History, Quicklinks to Download, History in newTab Page.
 ✓ Support multi Gmail/Google Apps accounts.
 ✓ Support Google Bookmarks and share url with Google+, Facebook, Twitter and GMail
 ✓ Popup and override new tab
 ✓ Auto detect or manual choose your region and language for local news, finance, and local web services.
 ✓ Support keyword search with searchable service.
 ✓ Autocomplate for your input keyword.
 ✓ Support Chrome browser on Windows, MacOS and Linux, Easy Install and Update.                    

확장 프로그램 기본 정보

이름 BB Launcher BB Launcher
ID moakplghaglnhlggmlkneejajmccmcbf
공식 URL https://chrome.google.com/webstore/detail/bb-launcher/moakplghaglnhlggmlkneejajmccmcbf
설명 Powerful extension and newTab page, help you access Google Services, Support Multi-Account and new messages checker
파일 크기 663 KB
설치 횟수 612
현재 버전 4.6.3
최근 업데이트 2017-08-11
출시 날짜 2017-08-11
평점 4.64/5 총 14 개의 평점
개발자 http://www.bbshare.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.bbshare.com/products/gtoolbox-for-chrome/index.html
도움말 페이지 URL http://www.facebook.com/GoogleLauncher
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "4.6.3",
    "default_locale": "en",
    "background": {
        "page": "global.html"
    },
    "icons": {
        "19": "icon-19.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png"
    },
    "options_page": "option\/index.html",
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png"
        },
        "default_title": "__MSG_actiontitle__",
        "default_popup": "popover.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "alarms",
        "notifications",
        "idle",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}