7Reads

Save up to 7 articles to read later.

Wat is 7Reads?

7Reads is een Chrome-extensie ontwikkeld door Maxi, en de belangrijkste functie is "Save up to 7 articles to read later.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 7Reads

Download 7Reads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        We want to help you keep an uncluttered repository of knowledge.
Save up to 7 articles to read later.
Start by reading an article every day or follow your own pace.                    

Basisinformatie over de Extensie

Naam 7Reads 7Reads
ID dccpgbihikflpeipplecegejebpeligi
Officiële URL https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi
Beschrijving Save up to 7 articles to read later.
Bestandsgrootte 295 KB
Aantal Installaties 158
Huidige Versie 1.5.0
Laatst Bijgewerkt 2021-07-30
Publicatiedatum 2020-06-27
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Maxi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://7reads.now.sh
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "7Reads",
    "description": "Save up to 7 articles to read later.",
    "version": "1.5.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open 7reads"
    },
    "icons": {
        "16": "icon-dark-16.png",
        "48": "icon-dark-48.png",
        "128": "icon-dark-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}