tooltipr

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

tooltiprคืออะไร?

tooltipr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tooltipr.com และคุณลักษณะหลักของมันคือ "Enhancing your browsing experience to learn every topic you ever wanted to learn about!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tooltipr

ดาวน์โหลดไฟล์ส่วนขยาย 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
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",
        ""
    ]
}