Polus
An new extension planner
什麼是Polus?
Polus是由https://danielchicchon.com開發的Chrome擴展程式,該擴展的主要功能是“An new extension planner”。
擴展截圖
下載Polus擴展crx文件
下載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 |
ID | meajimhgfmioppbkoppphhkbcmapfngh |
官方網址 | 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" } |