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
Eメール [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"
    }
}