Delicious Bookmarks
Delicious Bookmarks.
Delicious Bookmarks란 무엇입니까?
Delicious Bookmarks은(는) Gary Danko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delicious Bookmarks."입니다.
확장 프로그램 스크린샷
Delicious Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Delicious Bookmarks provides a tree-based view of your Delicious bookmarks. Features include: * Supports tags with spaces in the names. * Add, edit, delete bookmarks. * Extension icon indicates whether or not the bookmark is saved in Delicious. Options include: * Expand folders on mouseover. * Choose to open in new tab or current tab. * Change sort order. * New bookmarks default to "private" * Customized tooltips can be displayed about each bookmark on mouse over. * Specify a tag to "dump" untagged bookmarks in to.
확장 프로그램 기본 정보
이름 | Delicious Bookmarks |
ID | cbnjedigaeapeplkdegdifdbdofilnog |
공식 URL | https://chromewebstore.google.com/detail/delicious-bookmarks/cbnjedigaeapeplkdegdifdbdofilnog |
설명 | Delicious Bookmarks. |
파일 크기 | 365 KB |
설치 횟수 | 160 |
현재 버전 | 0.0.1.2 |
최근 업데이트 | 2015-05-21 |
출시 날짜 | 2015-05-20 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Gary Danko |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delicious Bookmarks", "description": "Delicious Bookmarks.", "version": "0.0.1.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/delicious19-active.png", "38": "images\/delicious38-active.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/delicious16.png", "48": "images\/delicious48.png", "128": "images\/delicious128.png" }, "permissions": [ "storage", "background", "tabs", "https:\/\/api.delicious.com\/*", "https:\/\/api.del.icio.us\/v1\/*" ], "options_page": "options.html", "background": { "page": "background.html" } } |