Delicious Reloaded
Delicious extension imitating the good old Firefox addon
Что такое Delicious Reloaded?
Delicious Reloaded - это расширение Chrome, разработанное Unknown, и его основная функция - "Delicious extension imitating the good old Firefox addon".
Снимки экрана расширения
Скачать файл CRX расширения Delicious Reloaded
Скачайте файлы расширений Delicious Reloaded в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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:\/\/*\/*" ] } |