Export Selective Bookmarks

This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…

什么是Export Selective Bookmarks?

Export Selective Bookmarks是由aninymous开发的Chrome扩展程序,该扩展的主要功能是“This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…”。

扩展截图

screenshot

下载Export Selective Bookmarks扩展crx文件

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

扩展使用说明

                        This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks.

* Expand/Collapse the Bookmark tree by toggling the "Folder" icons
* Use the Checkboxes to select/unselect the Folders/Bookmarks 
* Click on "Export" button at top to export only those bookmarks you selected                    

扩展基本信息

名称 Export Selective Bookmarks Export Selective Bookmarks
ID ahgbiciilcpclcekhegbhofljoolnfei
官方URL https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei
简介 This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
文件大小 349 KB
安装次数 11,411
当前版本 1.1
更新时间 2019-06-19
上架时间 2019-06-19
评分 4.23/5 共39次评分
开发者 aninymous
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Selective Bookmarks",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Export Selective Bookmarks",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png"
    }
}