Read This Later

Save a list of pages to read later.

Qu'est-ce que Read This Later ?

Read This Later est une extension Chrome développée par jackf, et sa fonction principale est "Save a list of pages to read later.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        Avoid cluttering up bookmarks!

Mark articles and pages that you don't have time to read, and pick them up again later.

Synchronizes across chrome devices.                    

Informations de Base sur l'Extension

Nom Read This Later Read This Later
ID beanlcbbdbempflllcplmhfojimccfcg
URL Officiel https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg
Description Save a list of pages to read later.
Taille du Fichier 146 KB
Nombre d'Installations 932
Version Actuelle 1.1.1
Dernière Mise à Jour 2015-04-08
Date de Publication 2015-04-08
Évaluation 4.40/5 Total 20 Évaluations
Développeur jackf
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read This Later",
    "short_name": "Read This Later",
    "description": "Save a list of pages to read later.",
    "version": "1.1.1",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Read This Later",
        "default_icon": "images\/icons\/icon-19.png",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "views\/background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}