tooltipr

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

什麼是tooltipr?

tooltipr是由https://tooltipr.com開發的Chrome擴展程式,該擴展的主要功能是“Enhancing your browsing experience to learn every topic you ever wanted to learn about!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載tooltipr擴展crx文件

下載tooltipr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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",
        ""
    ]
}