Bookmark

Chrome Bookmarks button

What is Bookmark?

Bookmark is a Chrome extension developed by https://sites.google.com/site/chromeplayground, and its main feature is "Chrome Bookmarks button".

Extension Screenshots

screenshot
screenshot

Download Bookmark Extension CRX File

Download Bookmark 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

                        Can't find chrome bookmarks?  Bookmark Extension can help you browser your bookmarks by a click!                    

Extension Basic Information

Name Bookmark Bookmark
ID naghkjogakhpimmejjmakpmnbdeccinm
Official URL https://chromewebstore.google.com/detail/bookmark/naghkjogakhpimmejjmakpmnbdeccinm
Description Chrome Bookmarks button
File Size 119 KB
Installation Count 9,516
Current Version 1.2.1
Last Updated 2015-07-25
Publish Date 2015-07-24
Rating 3.99/5 Total 169 Ratings
Developer https://sites.google.com/site/chromeplayground
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark",
    "description": "Chrome Bookmarks button",
    "version": "1.2.1",
    "browser_action": {
        "default_title": "Open your chrome bookmarks",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo128.png"
    },
    "default_locale": "en",
    "offline_enabled": true
}