Tabbi

Bookmarks, Front And Center

Tabbi란 무엇입니까?

Tabbi은(는) https://12px.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmarks, Front And Center"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tabbi Bookmarks: A new new tab.

Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it.

Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".                    

확장 프로그램 기본 정보

이름 Tabbi Tabbi
ID ilonjmcjjkcnhndjfkaoekocdfhedlfd
공식 URL https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd
설명 Bookmarks, Front And Center
파일 크기 319 KB
설치 횟수 30
현재 버전 1.0.0.3
최근 업데이트 2018-10-06
출시 날짜 2018-10-05
평점 5.00/5 총 1 개의 평점
개발자 https://12px.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabbi.12px.io
도움말 페이지 URL https://github.com/12px/tabbi
개인정보 보호 정책 페이지 URL https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbi",
    "version": "1.0.0.3",
    "description": "Bookmarks, Front And Center",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "app\/index.html?popup=true",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}