Batch Add Bookmarks

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

Was ist Batch Add Bookmarks?

Batch Add Bookmarks ist eine Chrome-Erweiterung, die von ShenTengTu entwickelt wurde, und ihr Hauptmerkmal ist "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Batch Add Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Batch Add Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Batch Add Bookmarks Batch Add Bookmarks
ID gdolkiboplhdpaoobioniadihojdcdoa
Offizielle URL https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa
Beschreibung Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
Dateigröße 54.18 KB
Installationsanzahl 357
Aktuelle Version 1.0.2
Letztes Update 2017-02-19
Veröffentlichungsdatum 2017-02-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ShenTengTu
Zahlungsart free
Erweiterungswebsite https://github.com/ShenTengTu/BatchAddBookmarks
Unterstützte Sprachen 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'"
}