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
官方網址 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"
    }
}