7Reads

Save up to 7 articles to read later.

Apa itu 7Reads?

7Reads adalah ekstensi Chrome yang dikembangkan oleh Maxi, dan fitur utamanya adalah "Save up to 7 articles to read later.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 7Reads

Unduh file ekstensi 7Reads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 7Reads 7Reads
ID dccpgbihikflpeipplecegejebpeligi
URL Resmi https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi
Deskripsi Save up to 7 articles to read later.
Ukuran File 295 KB
Jumlah Instalasi 158
Versi Saat Ini 1.5.0
Terakhir Diperbarui 2021-07-30
Tanggal Publikasi 2020-06-27
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Maxi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://7reads.now.sh
Bahasa yang Didukung 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"
        ]
    }
}