Smart Bookmark Manager

A better look at your browsers Bookmarks with advance searching and the most useful filters

什么是Smart Bookmark Manager?

Smart Bookmark Manager是由https://chromio.net开发的Chrome扩展程序,该扩展的主要功能是“A better look at your browsers Bookmarks with advance searching and the most useful filters”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Smart Bookmark Manager扩展crx文件

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

扩展使用说明

                        With Smart Bookmark Manager you can

- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL

Upcoming features
- Display web shots in Grid style
- Display search suggestions

Please give suggestion in support so we improve this extension - Thanks                    

扩展基本信息

名称 Smart Bookmark Manager Smart Bookmark Manager
ID nfobeapoafofgmfaggcajmnfdjemfpno
官方URL https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno
简介 A better look at your browsers Bookmarks with advance searching and the most useful filters
文件大小 91.59 KB
安装次数 1,629
当前版本 1.0.0
更新时间 2019-11-24
上架时间 2019-11-19
评分 4.32/5 共25次评分
开发者 https://chromio.net
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-popup.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}