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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sticky Notes New Tab adds sticky notes to your new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sticky Notes New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Sticky Notes New Tab
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
ईमेल [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"
    }
}