Bookmark360

A chrome extension for your bookmarks

什么是Bookmark360?

Bookmark360是由bookmark360app开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension for your bookmarks”。

扩展截图

screenshot

下载Bookmark360扩展crx文件

下载Bookmark360扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Bookmark360 Bookmark360
ID fbdnjfcfbikllgihgapbdaadbncahclg
官方URL https://chromewebstore.google.com/detail/bookmark360/fbdnjfcfbikllgihgapbdaadbncahclg
简介 A chrome extension for your bookmarks
文件大小 694 KB
安装次数 25
当前版本 0.1.1
更新时间 2020-11-24
上架时间 2020-11-19
评分 5.00/5 共5次评分
开发者 bookmark360app
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}