Sourcetab: New Tab Dashboard
A material design dashboard for your browser's new tab page with widgets and settings.
Sourcetab: New Tab Dashboardとは何ですか?
Sourcetab: New Tab Dashboardはhttps://sourcetab.orgによって開発されたChromeの拡張機能で、その主な機能は「A material design dashboard for your browser's new tab page with widgets and settings.」です。
拡張機能のスクリーンショット
Sourcetab: New Tab Dashboard拡張機能のCRXファイルをダウンロード
Sourcetab: New Tab Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: - Multiple types of widgets to add to the dashboard and toolbar. - Different alignments for widgets in the toolbar. - Easily rearrange widgets through drag and drop while in edit mode. - Many customizable options in the settings. - Easy data management for backup and restoration later on. Backgrounds: - Solid color - Lineage gradient - Uploaded or URL-specified image/video - Embedded website - Embedded YouTube video Widgets: - Link (easily navigate to other websites) - Clock (display the time/date) - Note (record simple notes throughout the day) - IFrame (embed other websites as a widget)
拡張機能の基本情報
名前 | Sourcetab: New Tab Dashboard |
ID | akomlegpokabommpdjfmhnbdcnaefmdo |
公式URL | https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo |
説明 | A material design dashboard for your browser's new tab page with widgets and settings. |
ファイルサイズ | 511 KB |
インストール数 | 211 |
現在のバージョン | 3.3.0 |
最終更新日 | 2023-04-24 |
公開日 | 2020-09-02 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://sourcetab.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sourcetab.org |
ヘルプページのURL | https://github.com/sourcetab/sourcetab |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sourcetab: New Tab Dashboard", "short_name": "Sourcetab", "description": "A material design dashboard for your browser's new tab page with widgets and settings.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": ".\/icons\/16.png", "19": ".\/icons\/19.png", "38": ".\/icons\/38.png", "48": ".\/icons\/48.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "300": ".\/icons\/300.png", "500": ".\/icons\/500.png" }, "permissions": [ "storage" ], "version": "3.3.0", "manifest_version": 3 } |