Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Sticky Notes New Tabとは何ですか?
Sticky Notes New Tabはhttps://newtabthemebuilder.comによって開発されたChromeの拡張機能で、その主な機能は「Sticky Notes New Tab adds sticky notes to your new tab page.」です。
拡張機能のスクリーンショット
Sticky Notes New Tab拡張機能のCRXファイルをダウンロード
Sticky Notes New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options. 拡張機能の基本情報
| 名前 | |
| ID | llokcoejiedkbcibibhhefbcmdhcahdd |
| 公式URL | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
| 説明 | Sticky Notes New Tab adds sticky notes to your new tab page. |
| ファイルサイズ | 5.18 MB |
| インストール数 | 99 |
| 現在のバージョン | 2023.11.20.519 |
| 最終更新日 | 2023-11-21 |
| 公開日 | 2023-08-17 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://newtabthemebuilder.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sticky Notes New Tab",
"description": "Sticky Notes New Tab adds sticky notes to your new tab page.",
"version": "2023.11.20.519",
"manifest_version": 3,
"offline_enabled": true,
"icons": {
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_title": "New Tab"
},
"background": {
"service_worker": "background.js"
}
} | |