Delicious Reloaded

Delicious extension imitating the good old Firefox addon

Delicious Reloaded란 무엇입니까?

Delicious Reloaded은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delicious extension imitating the good old Firefox addon"입니다.

확장 프로그램 스크린샷

screenshot

Delicious Reloaded 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        STATUS UPDATE:
The original delicious API no longer provides user's bookmarks. 
This renders the extension not working and useless.
I'm sorry and mourning with you.

===================
This is an attempt to imitate features of the old Delicious addon for Firefox.
The extension will transparently (in background) synchronize your bookmarks stored at Delicious.com with the local storage. You will get quick access / search form through the Delicious button on the toolbar.

You will have to specify your delicious account details in the Options page. After the initial syncing the bookmarks will be synchronized with the server automatically in about 10 minutes.

Please send bug reports to amakhrov (at) gmail.com. Thank you.


==================
Changelog:
0.2.0 - Design polished. Sort option for the links added. Search is case-insensitive now. 
0.1.6 - Fit for broken popup size and auto-focus since Chrome 19.
0.1.5 - Fit popup to window height on smaller displays. Fix for broken right-click context menu
0.1.4 - Continue struggling with 'cloning' bookmarks )
0.1.3 - Fix for 'cloning' bookmarks.
0.1.2 - Bugfix for '502 bad gateway' when trying to synchronize.                    

확장 프로그램 기본 정보

이름 Delicious Reloaded Delicious Reloaded
ID jgplakhhiofpgplgbjgohnjfnkiafncd
공식 URL https://chromewebstore.google.com/detail/delicious-reloaded/jgplakhhiofpgplgbjgohnjfnkiafncd
설명 Delicious extension imitating the good old Firefox addon
파일 크기 18.96 KB
설치 횟수 1,430
현재 버전 0.2.0
최근 업데이트 2016-10-15
출시 날짜 2016-10-14
평점 4.03/5 총 75 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Delicious extension imitating the good old Firefox addon",
    "name": "Delicious Reloaded",
    "version": "0.2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/delicious.png",
        "default_title": "Delicious Reloaded",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.del.icio.us\/",
        "http:\/\/www.delicious.com\/*",
        "tabs",
        "http:\/\/*\/*"
    ]
}