Bookmark360

A chrome extension for your bookmarks

What is Bookmark360?

Bookmark360 is a Chrome extension developed by bookmark360app, and its main feature is "A chrome extension for your bookmarks".

Extension Screenshots

screenshot

Download Bookmark360 Extension CRX File

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

                        The All-In-One Bookmark Tool
Bookmark360 is a modern, fast, useful and smart bookmark manager, provides you save anywhere, quick access from the toolbar icon, archive content bookmarks efficiently and organize intelligently. It is pretty clean, simple and easy to use. All - in - one productivity bookmark manager on desktop. 

★ Web Clipper
Quickly clips selected parts of text on any website, save it and archive it. Bookmark360 also makes it easy to highlight  and add notes to text in any article, research, video. In addition we would like to remark the highlights and notes are unlimited.

★ Add your bookmark to todo list
Bookmark360 provides for task manager it works easily just one- click tasks addition/removal. It is very helpful for view and manage your goals. You can access your list from anywhere. This keeps everything quite organised and helps you set your plans in motion.

★ Bookmark Reminder (coming soon)
You can set reminders for your checklist, project and important tasks. It helps you to be more productive for multiple reminder alerts.  Bookmark360 makes you productive keep life on track. Notifications keep you up to date on.

★ Read Later
Bookmark360 Save and manage interesting articles, videos, song lyrics  websites or whatever else you come across while browsing for read later. See what you have for today and decide what you want to do.

★ Save all tabs
Bookmark360 is the easiest way to quickly save your tabs and return to Chrome with one click, helps you keep your tabs organised. 

Boost Your Productivity
- Create and save unlimited bookmark documents and access them
- Focus on your core tasks with Bookmark360
- Manage quickly and organize easily
- Access your favourite websites one click                    

Extension Basic Information

Name Bookmark360 Bookmark360
ID fbdnjfcfbikllgihgapbdaadbncahclg
Official URL https://chromewebstore.google.com/detail/bookmark360/fbdnjfcfbikllgihgapbdaadbncahclg
Description A chrome extension for your bookmarks
File Size 694 KB
Installation Count 25
Current Version 0.1.1
Last Updated 2020-11-24
Publish Date 2020-11-19
Rating 5.00/5 Total 5 Ratings
Developer bookmark360app
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for your bookmarks",
    "version": "0.1.1",
    "name": "Bookmark360",
    "options_page": "options.html",
    "author": "UXPLUS LTD",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "feedback-us.png",
        "folder-icon.png",
        "success-icon.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/www.googleapis.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'"
}