7Reads
Save up to 7 articles to read later.
Vad är 7Reads?
7Reads är en Chrome-tillägg utvecklad av Maxi, och dess huvudfunktion är "Save up to 7 articles to read later.".
Tilläggsskärmbilder
Ladda ner 7Reads-förlängningens CRX-fil
Ladda ner 7Reads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dccpgbihikflpeipplecegejebpeligi |
| Officiell webbadress | https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi |
| Beskrivning | Save up to 7 articles to read later. |
| Filstorlek | 295 KB |
| Antal Installationer | 158 |
| Aktuell Version | 1.5.0 |
| Senast Uppdaterad | 2021-07-30 |
| Publiceringsdatum | 2020-06-27 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Maxi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://7reads.now.sh |
| Stödda Språk | 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"
]
}
} | |