Binary Clock Tab

Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

Binary Clock Tab란 무엇입니까?

Binary Clock Tab은(는) Mac Chaffee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Binary Clock Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

See below for release notes:
https://github.com/mac-chaffee/binary-clock-tab/releases                    

확장 프로그램 기본 정보

이름 Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
공식 URL https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
설명 Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
파일 크기 133 KB
설치 횟수 87
현재 버전 1.1.0
최근 업데이트 2017-02-16
출시 날짜 2017-02-15
평점 5.00/5 총 1 개의 평점
개발자 Mac Chaffee
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mac-chaffee/binary-clock-tab
도움말 페이지 URL https://github.com/mac-chaffee/binary-clock-tab/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Clock Tab",
    "short_name": "Binary Clock Tab",
    "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.",
    "version": "1.1.0",
    "author": "Mac Chaffee",
    "icons": {
        "128": "img\/binaryclock.png"
    },
    "browser_action": {
        "default_icon": "img\/binaryclock.png"
    },
    "background": {
        "scripts": [
            "js\/TabOpener.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "homepage_url": "https:\/\/github.com\/mac-chaffee\/binary-clock-tab"
}