Bookmark Extension
This extension displays your Chrome Bookmarks
What is Bookmark Extension?
Bookmark Extension is a Chrome extension developed by eogiesoba, and its main feature is "This extension displays your Chrome Bookmarks".
Extension Screenshots
Download Bookmark Extension Extension CRX File
Download Bookmark Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bmcedhkdcpghcododeoabjphojpigcoe |
Official URL | https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe |
Description | This extension displays your Chrome Bookmarks |
File Size | 11.46 MB |
Installation Count | 38 |
Current Version | 1.5 |
Last Updated | 2018-03-21 |
Publish Date | 2018-03-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | eogiesoba |
Payment Type | free |
Extension Website | https://github.com/eogiesoba/Bookmark_App_rep |
Help Page URL | https://chrome-bookmark-app.herokuapp.com/ |
Supported Languages | 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'" } |