palm
the browser's missing explore tab
ما هو palm؟
palm هو إضافة Chrome تم تطويرها بواسطة elliottcost، والميزة الرئيسية لها هي "the browser's missing explore tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة palm
قم بتنزيل ملفات الامتداد palm بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It's difficult to explore the web and find sites with that human touch. Palm adds a curated selection of handmade websites to your browser.
معلومات أساسية عن التمديد
الاسم | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
الوصف | the browser's missing explore tab |
حجم الملف | 14.2 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 0.2 |
آخر تحديث | 2022-09-14 |
تاريخ النشر | 2022-09-13 |
المطور | elliottcost |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://elliott.computer/palm |
عنوان صفحة المساعدة | http://elliott.computer/palm |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "palm", "manifest_version": 3, "version": "0.2", "description": "the browser's missing explore tab", "action": { "default_popup": "palm.html" }, "background": { "service_worker": "script.js" }, "icons": { "48": "images\/icon-32-light.png", "96": "images\/icon-32-light.png" } } |