Polus
An new extension planner
What is Polus?
Polus is a Chrome extension developed by https://danielchicchon.com, and its main feature is "An new extension planner".
Extension Screenshots
Download Polus Extension CRX File
Download Polus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Polus |
ID | meajimhgfmioppbkoppphhkbcmapfngh |
Official URL | https://chromewebstore.google.com/detail/polus/meajimhgfmioppbkoppphhkbcmapfngh |
Description | An new extension planner |
File Size | 93.73 KB |
Installation Count | 4,158 |
Current Version | 1.8.3 |
Last Updated | 2022-12-13 |
Publish Date | 2020-06-23 |
Rating | 4.74/5 Total 19 Ratings |
Developer | https://danielchicchon.com |
[email protected] | |
Payment Type | free |
Extension Website | https://danielchicchon.com/polus |
Help Page URL | https://danielchicchon.com/polus |
Privacy Policy Page URL | https://www.danielchicchon.com/polus/privacy |
Supported Languages | 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" } |