Sticky Notes Tab

Simply use sticky notes on every new tab

Sticky Notes Tab क्या है?

Sticky Notes Tab Eltech LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply use sticky notes on every new tab"।

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

screenshot
screenshot

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

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

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

                        Sticky notes are the best and now you can easily leave sticky notes on your new tab.

This extension adds a sticky note function to your new tab, where it's easy to access and add notes on the go while browsing online.

To add a new note, simply click the [+] button and add a new note, move it around and make sure to save by clicking the check mark.

This extension is free to download from the Chrome Web store, and you can uninstall it at any time.

By clicking "Add to chrome", I accept and agree to installing the Sticky Notes Tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://stickynotestab.com/terms and Privacy Policy https://stickynotestab.com/privacy

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension.
 
For more information please check:

Terms of Service:
https://stickynotestab.com/terms

Privacy Policy:
https://stickynotestab.com/privacy

About US:
https://stickynotestab.com/about                    

एक्सटेंशन की मूल जानकारी

नाम Sticky Notes Tab Sticky Notes Tab
ID deddbiddnnjfdimhokibmmekfckfidfe
आधिकारिक URL https://chromewebstore.google.com/detail/sticky-notes-tab/deddbiddnnjfdimhokibmmekfckfidfe
विवरण Simply use sticky notes on every new tab
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 9,177
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-07-03
प्रकाशन तिथि 2023-06-08
डेवलपर Eltech LLC
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://stickynotestab.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes Tab",
    "version": "1.2.0",
    "description": "Simply use sticky notes on every new tab",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}