Sticky Tabs

Tab Management Notes

Sticky Tabs क्या है?

Sticky Tabs steven द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Management Notes"।

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

screenshot
screenshot
screenshot

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

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

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

                        "Sticky Tabs" is a browser tab management tool that allows you to add notes and color-code your browser tabs! We've all been at that point where we have 20+ tabs open not knowing exactly why, but also too afraid to close any of them. This extension aims to address that problem with the simple solution of giving the users a little bit more control over their research! 
Quickly add notes to tabs in the Sticky Tab interface, choose a color and bang! context for your open tabs, simply hover over the tab and reveal the full note.
Respects theme colors and notes clear on browser refresh.
If you research or constantly have dozens of tabs open this tool is for you!                    

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

नाम Sticky Tabs Sticky Tabs
ID njppilafaifhgnhghihkjfolicoeflko
आधिकारिक URL https://chromewebstore.google.com/detail/sticky-tabs/njppilafaifhgnhghihkjfolicoeflko
विवरण Tab Management Notes
फ़ाइल का आकार 150 KB
स्थापना संख्या 89
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-06-13
प्रकाशन तिथि 2021-06-13
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर steven
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://arx.studio/sticky-tabs
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Tabs",
    "description": "Tab Management Notes",
    "version": "1.0.0",
    "icons": {
        "128": "images\/SmallIcon.png"
    },
    "browser_action": {
        "default_icon": "images\/SmallIcon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg"
    ]
}