Bookmark Oragniser

Your bookmarks in one place, organised, always only a click away.

What is Bookmark Oragniser?

Bookmark Oragniser is a Chrome extension developed by ZK, and its main feature is "Your bookmarks in one place, organised, always only a click away.".

Extension Screenshots

screenshot
screenshot

Download Bookmark Oragniser Extension CRX File

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

                        Stop wasting your time organising and looking for your bookmarks. Within one click you can see all of your latest bookmarks, see when they were added and what other bookmarks you have made for that website. Everything in place, organised, always only a click away.                    

Extension Basic Information

Name Bookmark Oragniser Bookmark Oragniser
ID jdgahkafkcehmabkipfeiobjigkfbcap
Official URL https://chromewebstore.google.com/detail/bookmark-oragniser/jdgahkafkcehmabkipfeiobjigkfbcap
Description Your bookmarks in one place, organised, always only a click away.
File Size 83.73 KB
Installation Count 688
Current Version 1.1
Last Updated 2016-05-29
Publish Date 2016-05-29
Rating 3.86/5 Total 7 Ratings
Developer ZK
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Oragniser",
    "version": "1.1",
    "description": "Your bookmarks in one place, organised, always only a click away.  ",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Bookmark Oragniser",
        "default_icon": "icon.png",
        "default_popup": "bookmarkSorter.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}