Bookmark Extension
This extension displays your Chrome Bookmarks
Wat is Bookmark Extension?
Bookmark Extension is een Chrome-extensie ontwikkeld door eogiesoba, en de belangrijkste functie is "This extension displays your Chrome Bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark Extension
Download Bookmark Extension-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
Bookmark Extension is an application that makes a database copy of your Google Chrome bookmarks and then renders them in a personal library. From the library you can search for a Bookmark by its title, access a bookmark's web page, create folders, assign the folders to the bookmarks and sort them accordingly. It is a simple user friendly interface that can help organize all your bookmarks in 1 place. Contributors: Efosa Ogiesoba Susan Lippa Faizan Salman
Basisinformatie over de Extensie
Naam | |
ID | bmcedhkdcpghcododeoabjphojpigcoe |
Officiële URL | https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe |
Beschrijving | This extension displays your Chrome Bookmarks |
Bestandsgrootte | 11.46 MB |
Aantal Installaties | 38 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2018-03-21 |
Publicatiedatum | 2018-03-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | eogiesoba |
Betalingswijze | free |
Extensiewebsite | https://github.com/eogiesoba/Bookmark_App_rep |
Help Pagina-URL | https://chrome-bookmark-app.herokuapp.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Extension", "description": "This extension displays your Chrome Bookmarks", "version": "1.5", "browser_action": { "default_icon": "public\/images\/bookmark.png", "default_popup": "public\/extension.html", "default_title": "Bookmark Extension" }, "permissions": [ "bookmarks", "activeTab", "all_urls", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |