Bookmarks

Bookmarks popup window gives you quick access to your favorite websites.

什么是Bookmarks?

Bookmarks是由Make it Simpler开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks popup window gives you quick access to your favorite websites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Bookmarks扩展crx文件

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

扩展使用说明

                        Simple and powerful popup bookmark manager. Dropdown list of bookmarks, available at any time. Compact organizer of favorite sites, which is always close at hand.

Size: 17 KB.


✔ Changing bookmarks descriptions and links with one click.

✔ Creating, moving or deleting bookmarks and folders on the fly.

✔ Customizable popup window.

✔ Search bar helps you to find the tab from its description or link (Ctrl + F).                    

扩展基本信息

名称 Bookmarks Bookmarks
ID nciallonbllgijobgkfanodhehkkkkki
官方URL https://chromewebstore.google.com/detail/bookmarks/nciallonbllgijobgkfanodhehkkkkki
简介 Bookmarks popup window gives you quick access to your favorite websites.
文件大小 18.41 KB
安装次数 7,554
当前版本 1.3.4
更新时间 2016-12-17
上架时间 2016-12-17
评分 4.66/5 共170次评分
开发者 Make it Simpler
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,fr,es,it,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "b.htm"
    },
    "name": "__MSG_extName__",
    "version": "1.3.4",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "i\/2.png",
        "48": "i\/1.png",
        "19": "i\/0.png"
    },
    "browser_action": {
        "default_icon": "i\/0.png",
        "default_title": "__MSG_extName__",
        "default_popup": "p.htm"
    },
    "default_locale": "en",
    "options_page": "o.htm",
    "options_ui": {
        "page": "o.htm",
        "chrome_style": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "42",
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "storage"
    ]
}