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 |
公式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 |
Eメール | [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" } |