Octane Dashboard
A chrome extension that replaces the default new tab dashboard
Octane Dashboardとは何ですか?
Octane DashboardはSammy Ntewusuによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that replaces the default new tab dashboard」です。
拡張機能のスクリーンショット
Octane Dashboard拡張機能のCRXファイルをダウンロード
Octane Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Octane, a chrome extension, is an essential tool for modern-day internet users looking to improve their productivity and add a touch of personalization to their browsing experience. Octane offers a range of features, including a to-do list, weather widget, and custom themes, making it an excellent option for those looking to streamline their work and personalize their browsing experience. The to-do list feature in Octane allows users to keep track of their tasks and prioritize their day effectively. The weather widget keeps users informed of the current weather conditions, which can be useful for making plans and avoiding surprises. Customizing the theme of Octane gives users the opportunity to personalize their browsing experience and make it unique to their tastes. The option to change the background image adds an extra touch of customization, allowing users to set a picture of their choice as their background. Octane is not only feature-rich but also user-friendly, lightweight, and does not consume a lot of resources. This ensures a seamless browsing experience for users. One of the best things about Octane is that you don't need to create an account to start using it, and it's completely free! This makes it an excellent alternative to popular productivity tools and dashboards, allowing users to access all the necessary information and features in one place, right from their browser. Version 1.4.2 -Bug Fixes
拡張機能の基本情報
名前 | Octane Dashboard |
ID | ikjmilpefeagnmciiohfilppkelkojfd |
公式URL | https://chromewebstore.google.com/detail/octane-dashboard/ikjmilpefeagnmciiohfilppkelkojfd |
説明 | A chrome extension that replaces the default new tab dashboard |
ファイルサイズ | 12.67 MB |
インストール数 | 50 |
現在のバージョン | 1.4.2 |
最終更新日 | 2023-11-07 |
公開日 | 2023-02-13 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Sammy Ntewusu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://octanedashboard.netlify.app/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Octane Dashboard", "version": "1.4.2", "description": "A chrome extension that replaces the default new tab dashboard", "action": { "default_icon": ".\/images\/octane.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks" ] } |