Delicious Bookmark Bar Sync 1.1

Copies Delicious bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.

Delicious Bookmark Bar Sync 1.1란 무엇입니까?

Delicious Bookmark Bar Sync 1.1은(는) https://upway2late.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copies Delicious bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Delicious Bookmark Bar Sync 1.1 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        URGENT: Chrome 19 broke the login. Version 1.0.1.0 fixes this problem.

----------------------------

PLEASE: send bug reports to [email protected]. If you use the comment area here in the Chrome App Store for bug reports, we have no way to contact you if we  need additional information to fix the bug, and we have no way to remove the comment after the bug has been fixed.

----------------------------

This extension does a one-way (two-way optional), on-demand (auto-sync optional) copy from your Delicious bookmarks to the Google Chrome Bookmark Bar. This is done on a tag by tag basis - you select which tags to copy.

Tags are created as folders on the bookmark bar, and those folders are filled with your Delicious bookmarks.

For two way copying (back to Delicious), just create new bookmarks in the bookmark bar folders (the ones that the extension created) and check the sync back option.

Note: Login via Yahoo ID is not currently supported.

Release 1.0.1 (Version 1.0.1.0) Notes:
1) Fixes login issue related to Chrome 19.x.

Release 1.0 (Version 1.0.0.4) Notes:
1) Bug fixes.

Release 1.0 (Version 1.0.0.1) Notes:
1) Compensated for Delicious API change that caused private bookmarks to not be synched.
2) Added support for when adding an existing Delicious bookmark to a new tag folder in Chrome.

Beta 9.8 (Version 0.9.8.0) Notes:
1) Rolled back the empty tag/folder removal feature because the Delicious API sometimes returns no bookmarks when some do exist. Empty tags selected for syncing will be synched as empty folders. Note that removing folders for deleted tags is still implemented. 
2) Added a setting for the maximum number of tag columns (the maximum used to be hardwired at 5).

Beta 9.7 (Version 0.9.7.0) Notes:
1) Added a quick link to Delicious itself.
2) Added support for deleted tags (folders are removed in Chrome).
3) Made the sync-back description text optional.
4) Added option for how long to save a password.

Beta 9.6 (Version 0.9.6.0) Notes:
1) Fixed issue where a bookmark could not appear in 2 different tag folders.
2) Fixed several typos.

Beta 9.5 (Version 0.9.5.0) Notes:
1) Added optional auto-sync (operates anytime Chrome is running).
2) Added background processing of tasks.
3) Fixed bug affecting tags in non-English character sets.
4) Added scroll bar for tags area to improve handling of large numbers of tags.
5) Improved start-up responsiveness in certain login situations.

Beta 9.2 (Version 0.9.2.92) Notes:
1) Fixed error on non-English Chrome versions.

Beta 9.1 (Version 0.9.2.91) Notes:
1) Fixed OSX issues.
2) Fixed a Sync-Back issue.
3) Added selectable themes.
4) Added Pinboard support (released as a separate extension).                    

확장 프로그램 기본 정보

이름 Delicious Bookmark Bar Sync 1.1 Delicious Bookmark Bar Sync 1.1
ID agabedjjbijfpccchcmpfpcdfnlpjkoj
공식 URL https://chromewebstore.google.com/detail/delicious-bookmark-bar-sy/agabedjjbijfpccchcmpfpcdfnlpjkoj
설명 Copies Delicious bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.
파일 크기 46.78 KB
설치 횟수 1,790
현재 버전 1.1.1.2
최근 업데이트 2016-09-22
출시 날짜 2016-09-22
평점 3.76/5 총 68 개의 평점
개발자 https://upway2late.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://chromedeliciousextension.com/
도움말 페이지 URL http://chromedeliciousextension.com/
개인정보 보호 정책 페이지 URL http://www.upway2late.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delicious Bookmark Bar Sync 1.1",
    "version": "1.1.1.2",
    "description": "Copies Delicious bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Delicious Bookmark Bar Sync",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "https:\/\/api.del.icio.us\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}