Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
ما هو Bookmark Updater؟
Bookmark Updater هو إضافة Chrome تم تطويرها بواسطة alexander.bruun، والميزة الرئيسية لها هي "A button that quickly updates the closest bookmark found to the open tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark Updater
قم بتنزيل ملفات الامتداد Bookmark Updater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.
معلومات أساسية عن التمديد
الاسم | Bookmark Updater |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
الوصف | A button that quickly updates the closest bookmark found to the open tab. |
حجم الملف | 7.8 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2022-02-19 |
تاريخ النشر | 2021-01-12 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | alexander.bruun |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "author": "Alexander Bruun", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Updater", "description": "A button that quickly updates the closest bookmark found to the open tab.", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Bookmark Updater", "default_icon": "icon.png" }, "offline_enabled": true } |