Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
ما هو Pxlet Bookmarklet؟
Pxlet Bookmarklet هو إضافة Chrome تم تطويرها بواسطة Pxlet، والميزة الرئيسية لها هي "This is an extension to help you bookmark any link into Pxlet.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pxlet Bookmarklet
قم بتنزيل ملفات الامتداد Pxlet Bookmarklet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an extension for you to bookmark any link online and stored in Pxlet.com so that you can read it later anywhere anytime
معلومات أساسية عن التمديد
الاسم | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
الوصف | This is an extension to help you bookmark any link into Pxlet.com |
حجم الملف | 8.63 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2023-09-24 |
تاريخ النشر | 2018-11-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Pxlet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pxlet.com |
عنوان صفحة سياسة الخصوصية | https://www.pxlet.com/doc/privacy.php |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pxlet Bookmarklet", "version": "1.2.0", "description": "This is an extension to help you bookmark any link into Pxlet.com", "manifest_version": 3, "icons": { "16": "image\/logo.png", "32": "image\/logo.png", "64": "image\/logo.png", "128": "image\/logo.png" }, "permissions": [ "contextMenus", "declarativeContent", "notifications", "tabs" ], "host_permissions": [ "*:\/\/www.pxlet.com\/*", "*:\/\/pxlet.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "image\/logo.png", "32": "image\/logo.png", "64": "image\/logo.png", "128": "image\/logo.png" } } } |