LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
Что такое LaterList?
LaterList - это расширение Chrome, разработанное Unknown, и его основная функция - "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".
Снимки экрана расширения
Скачать файл CRX расширения LaterList
Скачайте файлы расширений LaterList в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
Официальный URL | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
Описание | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
Размер файла | 29.85 KB |
Количество установок | 27 |
Текущая Версия | 0.9 |
Последнее Обновление | 2014-07-13 |
Дата публикации | 2014-07-13 |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaterList", "description": "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.", "version": "0.9", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |