7Reads
Save up to 7 articles to read later.
Co to jest 7Reads?
7Reads to rozszerzenie Chrome opracowane przez Maxi, a jego główną funkcją jest „Save up to 7 articles to read later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 7Reads
Pobierz pliki rozszerzeń 7Reads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | dccpgbihikflpeipplecegejebpeligi | 
| Oficjalny URL | https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi | 
| Opis | Save up to 7 articles to read later. | 
| Rozmiar pliku | 295 KB | 
| Liczba instalacji | 158 | 
| Aktualna Wersja | 1.5.0 | 
| Ostatnia Aktualizacja | 2021-07-30 | 
| Data Publikacji | 2020-06-27 | 
| Ocena | 5.00/5 Łącznie 5 Oceny | 
| Deweloper | Maxi | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://7reads.now.sh | 
| Obsługiwane Języki | 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"
        ]
    }
}  |  |