Update current bookmark
Right click on a link to update the current bookmark
ما هو Update current bookmark؟
Update current bookmark هو إضافة Chrome تم تطويرها بواسطة https://sokolov.cc، والميزة الرئيسية لها هي "Right click on a link to update the current bookmark".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Update current bookmark
قم بتنزيل ملفات الامتداد Update current bookmark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Update current bookmark |
ID | gkmnkpgaimaillhhejdbkkgopfgoldoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh |
الوصف | Right click on a link to update the current bookmark |
حجم الملف | 15.88 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-04-23 |
تاريخ النشر | 2016-04-23 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | https://sokolov.cc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/denis-sokolov/update-current-bookmark |
عنوان صفحة المساعدة | https://github.com/denis-sokolov/update-current-bookmark/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "src\/icons\/chain-star.png", "48": "src\/icons\/chain-star.png", "128": "src\/icons\/chain-star.png" }, "background": { "scripts": [ "src\/context-menu.js" ], "persistent": false }, "permissions": [ "contextMenus", "declarativeContent" ], "optional_permissions": [ "bookmarks" ] } |