iBookmark Bookmarks

the best bookmarks manager in Chrome

什么是iBookmark Bookmarks?

iBookmark Bookmarks是由winniringy开发的Chrome扩展程序,该扩展的主要功能是“the best bookmarks manager in Chrome”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载iBookmark Bookmarks扩展crx文件

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

扩展使用说明

                        打造最好用的Chrome书签收藏夹插件.
1.将收藏夹以列表展示,相比树形图不用层层点击,可以直接看到所有网址;
2.支持搜索,快速查找;
3.支持在某分类下面新建收藏站点;
4.点击网址icon图标,可以对该书签进行修改以及删除操作;
5.支持最常访问统计,将常用网址置顶;
6.支持最新添加的网址展示。

The best bookmarks plug-in for Chrome.
1. Display bookmarks with list, compared to the layers of the tree,you do need click, you can directly see all URLs;
2. Support the search, quickly find;
3. Support add new site;
4. Click URL favicon icon, you can modify the bookmarks and delete operations;
5. Support most visited statistics, frequently used site top;
6. Support the newly added URL display.                    

扩展基本信息

名称 iBookmark Bookmarks iBookmark Bookmarks
ID fnfchnalfnjbjbfeccpophocngdgapad
官方URL https://chrome.google.com/webstore/detail/ibookmark-bookmarks/fnfchnalfnjbjbfeccpophocngdgapad
简介 the best bookmarks manager in Chrome
文件大小 27.57 KB
安装次数 3,000
当前版本 0.0.3
更新时间 2017-04-18
上架时间 2017-04-18
评分 4.55/5 共29次评分
开发者 winniringy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/0326/iBookmark
帮助页面URL https://github.com/0326/iBookmark/issues
支持的语言 en,en-US,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "build\/img\/icon16.png",
        "48": "build\/img\/icon48.png",
        "128": "build\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "build\/img\/icon19.png",
            "38": "build\/img\/icon38.png"
        },
        "default_title": "iBookmark",
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "http:\/\/*\/",
        "chrome:\/\/favicon\/",
        "storage"
    ]
}