Reading List

A read-it-later browser extension for people with overly ambitious bookmarking habits.

Qu'est-ce que Reading List ?

Reading List est une extension Chrome développée par http://emanuelfeld.github.io, et sa fonction principale est "A read-it-later browser extension for people with overly ambitious bookmarking habits.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reading List

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

                        * All links are removed after a week, so either read it or forget about it

* Pages bookmarked on the same day are grouped together

* New bookmarks are placed at the bottom, rather than the top, so you are less distracted by flashy new links

* URLs are backed up to the Internet Archive automatically                    

Informations de Base sur l'Extension

Nom Reading List Reading List
ID doaafjmonnoioanhdjllgjofacelikhl
URL Officiel https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl
Description A read-it-later browser extension for people with overly ambitious bookmarking habits.
Taille du Fichier 17.24 KB
Nombre d'Installations 146
Version Actuelle 0.4
Dernière Mise à Jour 2018-01-09
Date de Publication 2018-01-09
Évaluation 3.50/5 Total 2 Évaluations
Développeur http://emanuelfeld.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/emanuelfeld/reading-list
URL de la Page d'Aide https://github.com/emanuelfeld/reading-list
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading List",
    "version": "0.4",
    "description": "A read-it-later browser extension for people with overly ambitious bookmarking habits.",
    "author": "Emanuel Feld",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "index.html",
        "js\/index.js",
        "js\/popup.js"
    ],
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Reading List",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    }
}