My Bookmarks

A browser action with a popup dump of all bookmarks, including search, add, edit and delete.

什么是My Bookmarks?

My Bookmarks是由https://www.movinnza.in开发的Chrome扩展程序,该扩展的主要功能是“A browser action with a popup dump of all bookmarks, including search, add, edit and delete.”。

扩展截图

screenshot

下载My Bookmarks扩展crx文件

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

扩展使用说明

                        This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below.

If you found a bug, have an ideas for features or improvements, please let me know.                    

扩展基本信息

名称 My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
官方URL https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
简介 A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
文件大小 10.08 KB
安装次数 44
当前版本 1.1
更新时间 2020-06-02
上架时间 2020-06-02
开发者 https://www.movinnza.in
付费类型 free
帮助页面URL https://www.movinnza.in/contact
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks",
    "version": "1.1",
    "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}