Batch Add Bookmarks

Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.

Batch Add Bookmarksとは何ですか?

Batch Add BookmarksはShenTengTuによって開発されたChromeの拡張機能で、その主な機能は「Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Batch Add Bookmarks拡張機能のCRXファイルをダウンロード

Batch Add Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can batch add new folders or pages to a specified bookmark folder.Open the bookmark manager to enable this extension.
========================
Ver1.0.2
* little optmize.                    

拡張機能の基本情報

名前 Batch Add Bookmarks Batch Add Bookmarks
ID gdolkiboplhdpaoobioniadihojdcdoa
公式URL https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa
説明 Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
ファイルサイズ 54.18 KB
インストール数 357
現在のバージョン 1.0.2
最終更新日 2017-02-19
公開日 2017-02-19
評価 5.00/5 合計 1 レビュー
開発者 ShenTengTu
支払い方法 free
拡張機能のウェブサイト https://github.com/ShenTengTu/BatchAddBookmarks
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "author": "Shen-Teng Tu",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/batch-add-bookmarks\/gdolkiboplhdpaoobioniadihojdcdoa",
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_popup": ""
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "short_name": "BatchAddBookmarks",
    "version_name": "1.0.2",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}