Batch Add Bookmarks

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

Cos'è Batch Add Bookmarks?

Batch Add Bookmarks è un'estensione di Chrome sviluppata da ShenTengTu, e la sua funzione principale è "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Batch Add Bookmarks

Scarica i file di estensione Batch Add Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Batch Add Bookmarks Batch Add Bookmarks
ID gdolkiboplhdpaoobioniadihojdcdoa
URL Ufficiale https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa
Descrizione Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
Dimensione del File 54.18 KB
Conteggio Installazioni 357
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-02-19
Data di Pubblicazione 2017-02-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ShenTengTu
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ShenTengTu/BatchAddBookmarks
Lingue Supportate 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'"
}