Bookmark URL Batch Replacer
Batch replace bookmark URL.
ما هو Bookmark URL Batch Replacer؟
Bookmark URL Batch Replacer هو إضافة Chrome تم تطويرها بواسطة no.web.developer، والميزة الرئيسية لها هي "Batch replace bookmark URL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark URL Batch Replacer
قم بتنزيل ملفات الامتداد Bookmark URL Batch Replacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
**Introduction** Bookmark URL Batch Replacer is a gadget that can use Regular Expressions to batch replace and modify bookmark URL. And never collect any private information. This extension is open source with MIT license. For more details, see: https://github.com/LightAPIs/bookmark-url-batch-replacer
معلومات أساسية عن التمديد
الاسم | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
الوصف | Batch replace bookmark URL. |
حجم الملف | 228 KB |
عدد التثبيتات | 1,077 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2023-07-17 |
تاريخ النشر | 2022-02-12 |
تقييم | 4.50/5 مجموع تقييمات 14 |
المطور | no.web.developer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/LightAPIs/bookmark-url-batch-replacer |
عنوان صفحة المساعدة | https://github.com/LightAPIs/bookmark-url-batch-replacer |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDes__", "version": "1.1.1", "minimum_chrome_version": "90", "author": "pana", "homepage_url": "https:\/\/github.com\/LightAPIs\/bookmark-url-batch-replacer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_extName__" }, "permissions": [ "bookmarks" ] } |