Reading List
A read-it-later browser extension for people with overly ambitious bookmarking habits.
Wat is Reading List?
Reading List is een Chrome-extensie ontwikkeld door http://emanuelfeld.github.io, en de belangrijkste functie is "A read-it-later browser extension for people with overly ambitious bookmarking habits.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reading List
Download Reading List-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
* 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 Basisinformatie over de Extensie
| Naam | |
| ID | doaafjmonnoioanhdjllgjofacelikhl |
| Officiële URL | https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl |
| Beschrijving | A read-it-later browser extension for people with overly ambitious bookmarking habits. |
| Bestandsgrootte | 17.24 KB |
| Aantal Installaties | 146 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2018-01-09 |
| Publicatiedatum | 2018-01-09 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | http://emanuelfeld.github.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/emanuelfeld/reading-list |
| Help Pagina-URL | https://github.com/emanuelfeld/reading-list |
| Ondersteunde Talen | 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"
}
}
} | |