tooltipr

Enhancing your browsing experience to learn every topic you ever wanted to learn about!

tooltipr क्या है?

tooltipr https://tooltipr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhancing your browsing experience to learn every topic you ever wanted to learn about!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The tooltipr extension helps you to keep an overview of your acronyms and common terminology. Whether it is sharing acronyms or glossaries in your workplace, or if you want to learn about a new topic and are not sure what certain terms mean. Once you defined a glossary with our great glossary templates you can use this Chrome Extension to highlight every word of the glossary on every page, showing a tooltip with the description you have entered before while hovering.

A key advantage of tooltipr is that you can share acronyms and work terms with only your team, your whole company, or with the whole world. Dictionaries can be shared with everyone, the power is in your hands.

The extension supports 99.9% of all websites including:
Slack
Trello
JIRA
Confluence
Facebook
Reddit
Google Docs
LinkedIn
Asana                    

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

नाम tooltipr tooltipr
ID amlhfkcdbngifgpdgnaihjamanlejngi
आधिकारिक URL https://chromewebstore.google.com/detail/tooltipr/amlhfkcdbngifgpdgnaihjamanlejngi
विवरण Enhancing your browsing experience to learn every topic you ever wanted to learn about!
फ़ाइल का आकार 336 KB
स्थापना संख्या 50
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2021-08-14
प्रकाशन तिथि 2021-07-04
डेवलपर https://tooltipr.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.tooltipr.com/
गोपनीयता नीति पृष्ठ URL https://www.tooltipr.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tooltipr",
    "description": "Enhancing your browsing experience to learn every topic you ever wanted to learn about!",
    "version": "0.0.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "cookies",
        ""
    ]
}