Read Later

Save tabs to read later and automatically sync between browsers.

Qu'est-ce que Read Later ?

Read Later est une extension Chrome développée par https://timleland.com, et sa fonction principale est "Save tabs to read later and automatically sync between browsers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Read Later

Téléchargez les fichiers d'extension 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

                        When you find an article that is worth reading but do not have time, ReadLater allows you to save the tab for another time.

 - Your saved tabs will automatically sync between computers
 - Use the shortcut key (ctrl + shift + S) to save links without opening the extension.
 - Keep your browser fast by limiting the number of open tabs
 - Right on any link to add it to ReadLater
 - Save hundreds of links

More info: https://timleland.com/read-later-extension/
Source Code: https://github.com/timleland/ReadLaterCE                    

Informations de Base sur l'Extension

Nom Read Later Read Later
ID hleifpgbhiladknmecmkpgbgfmlnjhoh
URL Officiel https://chromewebstore.google.com/detail/read-later/hleifpgbhiladknmecmkpgbgfmlnjhoh
Description Save tabs to read later and automatically sync between browsers.
Taille du Fichier 2.45 MB
Nombre d'Installations 3,107
Version Actuelle 1.7.5
Dernière Mise à Jour 2020-11-19
Date de Publication 2020-01-07
Évaluation 3.94/5 Total 17 Évaluations
Développeur https://timleland.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://timleland.com/read-later-extension/
URL de la Page d'Aide https://timleland.com/read-later-extension/
URL de la Page de Politique de Confidentialité https://t.ly/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Later",
    "homepage_url": "https:\/\/timleland.com\/read-later-extension\/",
    "short_name": "RL",
    "description": "Save tabs to read later and automatically sync between browsers.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/jquery.timeago.min.js",
            "assets\/js\/badge.js",
            "assets\/js\/scripts.js",
            "assets\/js\/backgroundScript.js"
        ]
    },
    "version": "1.7.5",
    "browser_action": {
        "default_title": "Read Later",
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "save-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save Tab"
        }
    }
}