Polus
An new extension planner
ما هو Polus؟
Polus هو إضافة Chrome تم تطويرها بواسطة https://danielchicchon.com، والميزة الرئيسية لها هي "An new extension planner".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Polus
قم بتنزيل ملفات الامتداد Polus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keep track of your plans by using the Polus extension - View your planner with each new tab that is opened. - Change your planner to the Daily, Weekly, or Monthly view - See beautiful pictures as your background from Unsplash
معلومات أساسية عن التمديد
الاسم | Polus |
ID | meajimhgfmioppbkoppphhkbcmapfngh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/polus/meajimhgfmioppbkoppphhkbcmapfngh |
الوصف | An new extension planner |
حجم الملف | 93.73 KB |
عدد التثبيتات | 4,158 |
النسخة الحالية | 1.8.3 |
آخر تحديث | 2022-12-13 |
تاريخ النشر | 2020-06-23 |
تقييم | 4.74/5 مجموع تقييمات 19 |
المطور | https://danielchicchon.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://danielchicchon.com/polus |
عنوان صفحة المساعدة | https://danielchicchon.com/polus |
عنوان صفحة سياسة الخصوصية | https://www.danielchicchon.com/polus/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Polus", "version": "1.8.3", "description": "An new extension planner", "author": "dchicchon", "icons": { "16": "assets\/polus_tab_icon.png", "48": "assets\/polus_icon48.png", "128": "assets\/polus_icon128.png" }, "action": { "default_title": "Polus", "default_icon": "assets\/polus_tab_icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "chrome_url_overrides": { "newtab": "index.html" }, "incognito": "not_allowed", "offline_enabled": true, "options_page": "options.html", "optional_permissions": [ "notifications" ], "permissions": [ "alarms", "contextMenus", "storage", "unlimitedStorage" ], "short_name": "Polus" } |