new taBoo
Show your favourite bookmarked sites when you open a new tab.
new taBoo란 무엇입니까?
new taBoo은(는) venomDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show your favourite bookmarked sites when you open a new tab."입니다.
확장 프로그램 스크린샷
new taBoo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
new taBoo opens your favorite bookmarked sites whenever you open a new tab. You can save sites to different categories for easier sorting. new taBoo can be handy for saving pages to read later and having them appear ready to read later. You can use it to jump to an interesting site when you have a few minutes to spare between meetings, avoiding chores or while hiding from the kids. To add a site simply click on the new taBoo icon and select the category to save it in. You also remove sites by clicking on the new taBoo icon or through the Bookmark Manager. Permissions are required for the current open tab, storage for categories and bookmarks for getting the random site. ** This is an early release to get feedback for bugs and any feature requests. To be added: * Category random buttons - Select only sites within a category.
확장 프로그램 기본 정보
이름 | new taBoo |
ID | fdndbkojjjepcijbbhadnbdmbjjdojah |
공식 URL | https://chromewebstore.google.com/detail/new-taboo/fdndbkojjjepcijbbhadnbdmbjjdojah |
설명 | Show your favourite bookmarked sites when you open a new tab. |
파일 크기 | 162 KB |
설치 횟수 | 16 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2015-01-06 |
출시 날짜 | 2015-01-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | venomDev |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "new taBoo", "description": "Show your favourite bookmarked sites when you open a new tab.", "version": "0.1.1", "author": "venomDev", "background": { "scripts": [ "js\/jquery.min.js", "js\/setup.js", "js\/taboo.js", "js\/bookmarks.js" ] }, "browser_action": { "default_icon": "media\/icons\/bookmark-add-38.png", "default_popup": "savebm.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage", "tabs", "webNavigation" ] } |