Any Read
A simple reading list extension.
Wat is Any Read?
Any Read is een Chrome-extensie ontwikkeld door Zhiyuan Wang, en de belangrijkste functie is "A simple reading list extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Any Read
Download Any Read-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
A popup extension to keep a read list (links), and makes it easier to read them later, with a simple task list style UI. Just click the Plus button, then the current web url will be stored and the page title will be placed on the list.
Basisinformatie over de Extensie
Naam | Any Read |
ID | dahbkkbedobniaieddagfknfhomgchfi |
Officiële URL | https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi |
Beschrijving | A simple reading list extension. |
Bestandsgrootte | 115 KB |
Aantal Installaties | 60 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-11-10 |
Publicatiedatum | 2014-11-10 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Zhiyuan Wang |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any Read", "version": "0.0.1", "description": "A simple reading list extension.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |