Read Later - save tab and read later
An easy way to save a tab and revisit it later
Was ist Read Later - save tab and read later?
Read Later - save tab and read later ist eine Chrome-Erweiterung, die von lx223 entwickelt wurde, und ihr Hauptmerkmal ist "An easy way to save a tab and revisit it later".
Read Later - save tab and read later-Erweiterungs-CRX-Datei herunterladen
Laden Sie Read Later - save tab and read later-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
Offizielle URL | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
Beschreibung | An easy way to save a tab and revisit it later |
Dateigröße | 97.08 KB |
Installationsanzahl | 21 |
Aktuelle Version | 0.2.4 |
Letztes Update | 2015-10-14 |
Veröffentlichungsdatum | 2015-10-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | lx223 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lx223/read-later |
Hilfeseite URL | https://github.com/lx223/read-later-chrome-extension/issues |
Unterstützte Sprachen | 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\/*", " |