Climb

Look up the definition for any word on the page. Save it to your library to memorize it later.

Climbคืออะไร?

Climb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://theclimb.app และคุณลักษณะหลักของมันคือ "Look up the definition for any word on the page. Save it to your library to memorize it later."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Climb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        💻 Define in Climb  💻
While reading in your browser, select any word or phrase unfamiliar to you and choose “Define in Climb” from the context menu.

📚A Modern Dictionary 📚
Each word comes with a funny GIF animation, Urban Dictionary link, Google Translate integration, Climb Word Analyzer™, and Oxford dictionary with idioms, extra examples, thesaurus, and more. 

📱Practice to Learn 📱
The defined words are automatically added to a “To Do” list, which you can later learn using our mobile application: https://climbtest.com/chrome

Climb improves your vocabulary by helping you to discover and memorize new words.

We currently support English language. More languages will be added soon, please submit this form to help us prioritize: https://theclimb.app/nextlanguage/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Climb Climb
ID cmcenleaacinkdafiffkbgekcnfpaajc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/climb/cmcenleaacinkdafiffkbgekcnfpaajc
คำอธิบาย Look up the definition for any word on the page. Save it to your library to memorize it later.
ขนาดไฟล์ 13.81 MB
จำนวนการติดตั้ง 369
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2022-12-09
วันที่เผยแพร่ 2021-06-18
คะแนน 4.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://theclimb.app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://theclimb.app/support
URL หน้านโยบายความเป็นส่วนตัว https://theclimb.app/terms
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.6",
    "permissions": [
        "activeTab",
        "contextMenus",
        "alarms",
        "storage",
        "https:\/\/*.theclimb.app\/*",
        "https:\/\/www.urbandictionary.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/theclimb.app\/extension-redirect\/*"
            ],
            "js": [
                "js\/background\/apple-login.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background\/background_unified.js"
        ]
    },
    "browser_action": {
        "default_popup": "logIn\/logIn.html",
        "default_icon": {
            "16": "images\/app_icon16.png",
            "32": "images\/app_icon32.png",
            "48": "images\/app_icon48.png",
            "128": "images\/app_icon128.png"
        }
    },
    "icons": {
        "16": "images\/app_icon16.png",
        "32": "images\/app_icon32.png",
        "48": "images\/app_icon48.png",
        "128": "images\/app_icon128.png",
        "512": "images\/app_icon512.png",
        "1024": "images\/app_icon1024.png"
    },
    "web_accessible_resources": [
        "images\/ic-delete.svg",
        "images\/ic-notes.svg",
        "images\/ic-delete-circled.svg",
        "images\/ic-edit.svg",
        "js\/define\/scaffolding.html",
        "css\/common.css",
        "css\/defineWrapper.css",
        "css\/defineCore.css",
        "css\/animate.css",
        "css\/proximasoft-semibold.otf",
        "logIn\/media\/sf-pro-icons_regular.woff2",
        "images\/ic-play.svg",
        "images\/ic-add-gif.png",
        "images\/ic-add-gif-loading.png",
        "images\/ic-arrow-right-blue.svg",
        "images\/ic-oval-green.svg",
        "images\/ic-dislike-circle.svg",
        "images\/[email protected]",
        "images\/language-detection.svg",
        "images\/language-detection-loading.svg",
        "images\/ic-back.png",
        "images\/ic-close.svg",
        "images\/climb_name.svg",
        "images\/[email protected]",
        "images\/[email protected]",
        "images\/ic-info.svg",
        "images\/cwt\/essential.png",
        "images\/cwt\/growth.png",
        "images\/cwt\/exciting.png",
        "images\/cwt\/survival.png",
        "images\/cwt\/leopard-survival.png",
        "images\/cwt\/leopard-growth.png",
        "images\/cwt\/leopard-exciting.png",
        "images\/cwt\/leopard-essential.png",
        "images\/cwt\/analyzer_chart_base.svg",
        "images\/ic-like-tapped.svg",
        "images\/ic-like-gif-not-tapped.svg"
    ],
    "manifest_version": 2,
    "default_locale": "en"
}