Read Later - save tab and read later
An easy way to save a tab and revisit it later
Co je Read Later - save tab and read later?
Read Later - save tab and read later je rozšíření Chrome vyvinuté lx223, a jeho hlavní funkcí je „An easy way to save a tab and revisit it later“.
Stáhnout soubor CRX rozšíření Read Later - save tab and read later
Stáhněte si soubory rozšíření Read Later - save tab and read later ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
| Název | |
| ID | eimchnaiimdmfefpplagekjgigbjmohd |
| Oficiální URL | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
| Popis | An easy way to save a tab and revisit it later |
| Velikost souboru | 97.08 KB |
| Počet instalací | 21 |
| Aktuální Verze | 0.2.4 |
| Poslední Aktualizace | 2015-10-14 |
| Datum Vydání | 2015-10-14 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | lx223 |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/lx223/read-later |
| URL Stránky Nápovědy | https://github.com/lx223/read-later-chrome-extension/issues |
| Podporované Jazyky | 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\/*",
" | |