iBookmark Bookmarks

the best bookmarks manager in Chrome

iBookmark Bookmarks là gì?

iBookmark Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi winniringy, và tính năng chính của nó là "the best bookmarks manager in Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iBookmark Bookmarks

Tải xuống các tệp mở rộng iBookmark Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        打造最好用的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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iBookmark Bookmarks iBookmark Bookmarks
ID fnfchnalfnjbjbfeccpophocngdgapad
URL Chính Thức https://chrome.google.com/webstore/detail/ibookmark-bookmarks/fnfchnalfnjbjbfeccpophocngdgapad
Mô tả the best bookmarks manager in Chrome
Kích Thước Tệp 27.57 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-04-18
Ngày Phát Hành 2017-04-18
Đánh Giá 4.55/5 Tổng số 29 Đánh Giá
Nhà Phát Triển winniringy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/0326/iBookmark
URL Trang Trợ Giúp https://github.com/0326/iBookmark/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}