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.
擴展基本資訊
名稱 | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
官方網址 | 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 |
電子郵箱 | [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" } } |