Polus

An new extension planner

Polusคืออะไร?

Polus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://danielchicchon.com และคุณลักษณะหลักของมันคือ "An new extension planner"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polus

ดาวน์โหลดไฟล์ส่วนขยาย Polus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ https://danielchicchon.com/polus
URL หน้านโยบายความเป็นส่วนตัว 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"
}