Bookmark Desktop
Create your bookmark desktop!
Bookmark Desktop란 무엇입니까?
Bookmark Desktop은(는) Serdar Kuzucu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create your bookmark desktop!"입니다.
확장 프로그램 스크린샷
Bookmark Desktop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add your favorite web pages and bookmarks to your Bookmark Desktop, which is like your Windows' desktop. New things in v1.0 are: - Options page is created. - Changing background image/color of the desktop is added. - Changing icons' text color is added. - 'Recently Closed Tabs' and 'Most Viewed Pages' menu is added. - Now you can decide opening in new tab or in current tab from options page. - You can change the number of 'most viewed pages' and the number of 'recently closed tabs' shown in the menus. - You can add some url's to the 'ignore list' not to see them in most viewed pages menu. - Synchronization between tabs is added. Now when you do something(add, remove, move, rename) in a Bookmark Desktop tab, it's done automatically in other Bookmark Desktop tabs.
확장 프로그램 기본 정보
이름 | |
ID | icjefgkakambanhdkeocfkgnmegbmcpg |
공식 URL | https://chrome.google.com/webstore/detail/bookmark-desktop/icjefgkakambanhdkeocfkgnmegbmcpg |
설명 | Create your bookmark desktop! |
파일 크기 | 440 KB |
설치 횟수 | 552 |
현재 버전 | 1.0 |
최근 업데이트 | 2012-10-22 |
출시 날짜 | 2012-10-22 |
평점 | 4.23/5 총 22 개의 평점 |
개발자 | Serdar Kuzucu |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Desktop", "version": "1.0", "description": "Create your bookmark desktop!", "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage", "unlimitedStorage", "chrome:\/\/favicon\/", "history" ], "icons": { "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_title": "Add to Bookmark Desktop", "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2 } |