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 扩展基本信息
| 名称 | |
| 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"
} | |