Read Later - save tab and read later
An easy way to save a tab and revisit it later
Что такое Read Later - save tab and read later?
Read Later - save tab and read later - это расширение Chrome, разработанное lx223, и его основная функция - "An easy way to save a tab and revisit it later".
Скачать файл CRX расширения Read Later - save tab and read later
Скачайте файлы расширений Read Later - save tab and read later в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | eimchnaiimdmfefpplagekjgigbjmohd |
| Официальный URL | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
| Описание | An easy way to save a tab and revisit it later |
| Размер файла | 97.08 KB |
| Количество установок | 21 |
| Текущая Версия | 0.2.4 |
| Последнее Обновление | 2015-10-14 |
| Дата публикации | 2015-10-14 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | lx223 |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/lx223/read-later |
| URL страницы помощи | https://github.com/lx223/read-later-chrome-extension/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Read Later - save tab and read later",
"short_name": "Read Later",
"description": "An easy way to save a tab and revisit it later",
"version": "0.2.4",
"minimum_chrome_version": "35",
"manifest_version": 2,
"background": {
"scripts": [
"js\/utils.js",
"js\/storage.js",
"js\/contextMenu.js",
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/icon38_active.png",
"default_title": "Read Later",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"commands": {
"read-later": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "A quick way to save&close current tab to read later"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
}
}
},
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"contextMenus",
"chrome:\/\/favicon\/*",
" | |