Sticky Notes New Tab

Sticky Notes New Tab adds sticky notes to your new tab page.

What is Sticky Notes New Tab?

Sticky Notes New Tab is a Chrome extension developed by https://newtabthemebuilder.com, and its main feature is "Sticky Notes New Tab adds sticky notes to your new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Sticky Notes New Tab Extension CRX File

Download Sticky Notes New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sticky Notes New Tab Sticky Notes New Tab
ID llokcoejiedkbcibibhhefbcmdhcahdd
Official URL https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd
Description Sticky Notes New Tab adds sticky notes to your new tab page.
File Size 5.18 MB
Installation Count 99
Current Version 2023.11.20.519
Last Updated 2023-11-21
Publish Date 2023-08-17
Rating 5.00/5 Total 2 Ratings
Developer https://newtabthemebuilder.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}