Quick Links
save links to get a quick access
Что такое Quick Links?
Quick Links - это расширение Chrome, разработанное javier villarreal, и его основная функция - "save links to get a quick access".
Снимки экрана расширения
Скачать файл CRX расширения Quick Links
Скачайте файлы расширений Quick Links в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension let you save links when you are exploring the web. You can save all tabs open, or the actual tab for checking it after, then you can save the pages that you have a daily access or others... The application provides you a little list with the pages that you have saved. For example supose that you have a lot of tabs open and you have to go out now, you can use it for a quick save. I hope you like it. Thanks. ************ VERSION 3.2 PUBLISHED ************** NEW: - Option menu. - Edit links added. - Show complete links. - Show label information -> label icon with the number of links. ******* OTHERS ********************* Do you want to make notes? check the extension MyNotesApp https://chrome.google.com/webstore/detail/dekfkaejjjbaanacipopikcebhmjplce
Основная информация о расширении
Название | Quick Links |
ID | aegkifofjmpcimhejjpjhafihlcpcifl |
Официальный URL | https://chromewebstore.google.com/detail/quick-links/aegkifofjmpcimhejjpjhafihlcpcifl |
Описание | save links to get a quick access |
Размер файла | 12.32 KB |
Количество установок | 452 |
Текущая Версия | 3.2.4 |
Последнее Обновление | 2013-07-21 |
Дата публикации | 2013-07-21 |
Рейтинг | 4.33/5 Всего 9 оценок |
Разработчик | javier villarreal |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Links", "version": "3.2.4", "description": "save links to get a quick access", "permissions": [ "tabs" ], "browser_action": { "default_icon": "iconoBarra.png", "default_popup": "index.html" } } |