take Me there (tMt)

tMt is a search enhancement tool, designed to save you time while using Google Search by making search quicker and more direct.

take Me there (tMt)คืออะไร?

take Me there (tMt) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://take-me-there-now.com และคุณลักษณะหลักของมันคือ "tMt is a search enhancement tool, designed to save you time while using Google Search by making search quicker and more direct."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย take Me there (tMt)

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

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

                        take Me there (tMt)

Quickly locate and jump to text noted within text snippets provided in Google Search results.

take Me there (tMt) places (tMt) links within Google Search results which enables users to quickly open and auto-scroll to the snippet of text within web pages of interest.

In some cases, the snippet of text Google provides may no longer be available or is text in a hidden meta-tag within the html of the target web page. In both cases tMt will locate and bring you to the closest match and will indicate how close a match the found text is to the desired text.  No longer do you need to try and find text that Google is suggesting is in the article but isn’t.  If no close match can be found tMt will leave you at the top of the target website. 

tMt improves the efficiency of locating specific information identified by Google searches.

tMt works within Chrome as well as the Chromium version of MSFT’s Edge web browser version 80 and later.

Experience an issue, please email us at [email protected].  In the email, describe what the issue is and if possible, Include the URL of your Google search from the URL address bar and a screenshot of the issue you experienced. Also feel free to forward any suggestions you may have as to how tMt can be improved.                    

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

ชื่อ take Me there (tMt) take Me there (tMt)
ID jokmonfhleoebbfkgapnigklaicoigch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/take-me-there-tmt/jokmonfhleoebbfkgapnigklaicoigch
คำอธิบาย tMt is a search enhancement tool, designed to save you time while using Google Search by making search quicker and more direct.
ขนาดไฟล์ 68.82 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 0.01.025
อัปเดตครั้งล่าสุด 2020-08-07
วันที่เผยแพร่ 2020-07-27
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://take-me-there-now.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://take-me-there-now.com/
URL หน้าช่วยเหลือ https://groups.google.com/forum/#!forum/tmt-take-me-there/new
URL หน้านโยบายความเป็นส่วนตัว https://take-me-there-now.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "take Me there (tMt)",
    "version": "0.01.025",
    "manifest_version": 2,
    "description": "tMt is a search enhancement tool, designed to save you time while using Google Search by making search quicker and more direct.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "content_security_policy": "script-src 'self' ajax.googleapis.com\/; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "",
        "*:\/\/*\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png"
        },
        "default_title": "take Me there (tMt) V001.025.00"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery341min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "iframe.js",
        "iframe.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery341min.js",
                "content.js",
                "driver.js",
                "test.js"
            ],
            "run_at": "document_start"
        }
    ]
}