Batch Add Bookmarks
Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
Wat is Batch Add Bookmarks?
Batch Add Bookmarks is een Chrome-extensie ontwikkeld door ShenTengTu, en de belangrijkste functie is "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Batch Add Bookmarks
Download Batch Add Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gdolkiboplhdpaoobioniadihojdcdoa |
| Officiële URL | https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa |
| Beschrijving | Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension. |
| Bestandsgrootte | 54.18 KB |
| Aantal Installaties | 357 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2017-02-19 |
| Publicatiedatum | 2017-02-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ShenTengTu |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ShenTengTu/BatchAddBookmarks |
| Ondersteunde Talen | 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'"
} | |