Check Later List

This extension saves the tabs you need to check in a future time

Qu'est-ce que Check Later List ?

Check Later List est une extension Chrome développée par http://sites.google.com/site/checklaterlist, et sa fonction principale est "This extension saves the tabs you need to check in a future time".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Check Later List

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

                        Do you also have issues with lots of open tabs in your browser that can not be read now and you're saving them to be read later?

Do you keep your browser open for days and weeks to save the tabs you wanna read later? Did you know that your browser gets slower with the more tabs you have open and the longer you don't restart the browser itself?

Enjoy the speed and lightness of a fast browser with Check-Later-List extension and save your tabs to read later.
It is a simple and very lightweight (less than 30KB) extension to save the currently opened tabs and check them later at anytime. 
Yes!, it *IS* even much easier than using bookmarks. It can be referred to as a quick version of bookmarks which is always there for you to quickly save and restore pages.
It is a bucket list or a collection of items or open-tabs that you can read in a more convenient time.

Your list also gets synced with "Google Chrome's Sync Feature" to your other chrome browsers on your other selected devices.                    

Informations de Base sur l'Extension

Nom Check Later List Check Later List
ID bpmclkiehmbednjjjdikdgekcjibaljg
URL Officiel https://chrome.google.com/webstore/detail/check-later-list/bpmclkiehmbednjjjdikdgekcjibaljg
Description This extension saves the tabs you need to check in a future time
Taille du Fichier 23.32 KB
Nombre d'Installations 377
Version Actuelle 3.6.1
Dernière Mise à Jour 2019-07-05
Date de Publication 2019-07-05
Évaluation 3.78/5 Total 18 Évaluations
Développeur http://sites.google.com/site/checklaterlist
Type de Paiement free
Site Web de l'Extension http://sites.google.com/site/checklaterlist/
URL de la Page d'Aide http://sites.google.com/site/checklaterlist/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check Later List",
    "description": "This extension saves the tabs you need to check in a future time",
    "version": "3.6.1",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/*\/"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}