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 هو إضافة Chrome تم تطويرها بواسطة ShenTengTu، والميزة الرئيسية لها هي "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Batch Add Bookmarks
قم بتنزيل ملفات الامتداد Batch Add Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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'" } |