Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
Wat is Custom Bookmarks?
Custom Bookmarks is een Chrome-extensie ontwikkeld door evil.bot3000, en de belangrijkste functie is "Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Bookmarks
Download Custom Bookmarks-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
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views.
Basisinformatie over de Extensie
Naam | Custom Bookmarks |
ID | bkhmiabadbepbmipplmhadmhpobofmgj |
Officiële URL | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
Beschrijving | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
Bestandsgrootte | 483 KB |
Aantal Installaties | 126 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-05-25 |
Publicatiedatum | 2016-05-13 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | evil.bot3000 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Bookmarks", "version": "0.1", "manifest_version": 2, "icons": { "128": "build\/icons\/icon128.png" }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "permissions": [ "bookmarks" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Custom Bookmarks" } } |