Polus
An new extension planner
Wat is Polus?
Polus is een Chrome-extensie ontwikkeld door https://danielchicchon.com, en de belangrijkste functie is "An new extension planner".
Extensie Screenshots
Download het CRX-bestand van de extensie Polus
Download Polus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | meajimhgfmioppbkoppphhkbcmapfngh |
| Officiële URL | https://chromewebstore.google.com/detail/polus/meajimhgfmioppbkoppphhkbcmapfngh |
| Beschrijving | An new extension planner |
| Bestandsgrootte | 93.73 KB |
| Aantal Installaties | 4,158 |
| Huidige Versie | 1.8.3 |
| Laatst Bijgewerkt | 2022-12-13 |
| Publicatiedatum | 2020-06-23 |
| Beoordeling | 4.74/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | https://danielchicchon.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://danielchicchon.com/polus |
| Help Pagina-URL | https://danielchicchon.com/polus |
| URL van de Privacybeleid Pagina | https://www.danielchicchon.com/polus/privacy |
| Ondersteunde Talen | 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"
} | |