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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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",
        ""
    ]
}