Polus

An new extension planner

Polus là gì?

Polus là một tiện ích mở rộng Chrome được phát triển bởi https://danielchicchon.com, và tính năng chính của nó là "An new extension planner".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polus

Tải xuống các tệp mở rộng Polus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Polus Polus
ID meajimhgfmioppbkoppphhkbcmapfngh
URL Chính Thức https://chromewebstore.google.com/detail/polus/meajimhgfmioppbkoppphhkbcmapfngh
Mô tả An new extension planner
Kích Thước Tệp 93.73 KB
Số Lần Cài Đặt 4,158
Phiên Bản Hiện Tại 1.8.3
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2020-06-23
Đánh Giá 4.74/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://danielchicchon.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielchicchon.com/polus
URL Trang Trợ Giúp https://danielchicchon.com/polus
URL Trang Chính Sách Bảo Mật https://www.danielchicchon.com/polus/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}