Booklyst
Automatically sort bookmarks by date.
Wat is Booklyst?
Booklyst is een Chrome-extensie ontwikkeld door kapincev, en de belangrijkste functie is "Automatically sort bookmarks by date.".
Extensie Screenshots
Download het CRX-bestand van de extensie Booklyst
Download Booklyst-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
Booklyst is a Chrome app that sort your Chrome bookmarks by date.
Basisinformatie over de Extensie
Naam | Booklyst |
ID | jgncicmcfanpemdmknkcaahbgobahngg |
Officiële URL | https://chromewebstore.google.com/detail/booklyst/jgncicmcfanpemdmknkcaahbgobahngg |
Beschrijving | Automatically sort bookmarks by date. |
Bestandsgrootte | 610 KB |
Aantal Installaties | 492 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2020-09-04 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | kapincev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Booklyst", "version": "0.0.3", "description": "Automatically sort bookmarks by date.", "manifest_version": 2, "icons": { "128": "icon_128.png", "64": "icon_64.png", "48": "icon_48.png", "32": "icon_32.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "bookmarks" ], "background": { "scripts": [ "background.b725a69198ea354870bd.js", "runtime.c51bd5b1c616d9ffddc1.js" ] } } |