Read Later - save tab and read later
An easy way to save a tab and revisit it later
Qu'est-ce que Read Later - save tab and read later ?
Read Later - save tab and read later est une extension Chrome développée par lx223, et sa fonction principale est "An easy way to save a tab and revisit it later".
Télécharger le fichier CRX de l'extension Read Later - save tab and read later
Téléchargez les fichiers d'extension Read Later - save tab and read later au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
URL Officiel | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
Description | An easy way to save a tab and revisit it later |
Taille du Fichier | 97.08 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2015-10-14 |
Date de Publication | 2015-10-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | lx223 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lx223/read-later |
URL de la Page d'Aide | https://github.com/lx223/read-later-chrome-extension/issues |
Langues Prises en Charge | 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\/*", " |