Delicious Reloaded

Delicious extension imitating the good old Firefox addon

Delicious Reloaded क्या है?

Delicious Reloaded Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delicious extension imitating the good old Firefox addon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Delicious Reloaded एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}