Tab Bundle
Have greater control over your bookmarks by marking them as active or inactive.
Tab Bundle란 무엇입니까?
Tab Bundle은(는) Raj Vardhan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have greater control over your bookmarks by marking them as active or inactive."입니다.
확장 프로그램 스크린샷
Tab Bundle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets you mark your bookmarks as either active or inactive. Hence giving a new STATUS feature to your bookmarks. Active bookmarks are highlighted in the popup menu so that they are visually distinct from inactive bookmarks. This extension also allows you to open all active bookmarks within a group(folder) in new tabs with a single click of a button. This is why it is named 'Tab bundle'. [Usage Example] There can be different scenarios for the use of this extension: 1. Say, if you have 5 bookmarked links under folder 'Social Media', you may want to mark some of them as active to highlight the ones you visit more often. Links that you visit less often will be left marked inactive which is the default value. 2. Say, you are working on a project. You make a new folder 'work' and add relevant links to it as bookmarks. Now if you want to continue your work the next day, before closing the browser you can mark those bookmarks as active which you want to come back and open again tomorrow. They will be highlighted when you open Chrome the next day until you mark them as inactive. Bookmarks can also be edited or deleted. This way you have much greater control over your bookmarks and it is easier to manage them. [Something to Note] Note that this extension is meant only to extend the properties of a bookmark and associate a status(active or inactive) value with it. To make full use of this, it is recommended that you organize your bookmarks into categories like (music, newz, work, etc) using Chrome's 'Bookmarks manager'. You can then at any time see your bookmarks in a tree-type structure in the extension's Popup UI. Status of any bookmark can be toggled by click of a button.
확장 프로그램 기본 정보
이름 | Tab Bundle |
ID | opglbdmblimolebijlohmopkjgnndbmk |
공식 URL | https://chromewebstore.google.com/detail/tab-bundle/opglbdmblimolebijlohmopkjgnndbmk |
설명 | Have greater control over your bookmarks by marking them as active or inactive. |
파일 크기 | 83.86 KB |
설치 횟수 | 81 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-07-05 |
출시 날짜 | 2013-07-05 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Raj Vardhan |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Bundle", "version": "1.0", "description": "Have greater control over your bookmarks by marking them as active or inactive.", "permissions": [ "bookmarks", "tabs", "storage" ], "browser_action": { "default_title": "Tab Bundle", "default_icon": "icon16.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |