BookmarkManager
Convenient and beautiful new tab bookmark manager.
Wat is BookmarkManager?
BookmarkManager is een Chrome-extensie ontwikkeld door Sasha Onoshko, en de belangrijkste functie is "Convenient and beautiful new tab bookmark manager.".
Extensie Screenshots
Download het CRX-bestand van de extensie BookmarkManager
Download BookmarkManager-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
This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab. Also, you can change the background image of the new tab.
Basisinformatie over de Extensie
Naam | BookmarkManager |
ID | ldjaccfbgefedaefkliajmdiicajaofb |
Officiële URL | https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb |
Beschrijving | Convenient and beautiful new tab bookmark manager. |
Bestandsgrootte | 623 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.1.03 |
Laatst Bijgewerkt | 2021-02-12 |
Publicatiedatum | 2018-11-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Sasha Onoshko |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkManager", "description": "Convenient and beautiful new tab bookmark manager.", "version": "0.1.03", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png" }, "permissions": [ "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |