Tab Bucket

Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.

Tab Bucket란 무엇입니까?

Tab Bucket은(는) Taylor Najjar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        If you keep a lot of tabs open to "read later," this extension can improve your web browsing experience. Save your "read later" tabs to the extension or save them as bookmarks. Then, when you're bored or wanting to get through some of your reading backlog, you can display one randomly.

You can also curate your saved links or view them all and choose which ones to open.                    

확장 프로그램 기본 정보

이름 Tab Bucket Tab Bucket
ID cenmboegaelooeckfoefebdcfnfmgajh
공식 URL https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh
설명 Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
파일 크기 12.03 KB
설치 횟수 54
현재 버전 1.1
최근 업데이트 2017-12-10
출시 날짜 2017-12-09
평점 5.00/5 총 1 개의 평점
개발자 Taylor Najjar
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Bucket",
    "description": "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "bookmarks"
    ]
}