Target Search

Easily locate the text you searched from google's results page.

Target Searchคืออะไร?

Target Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orduani และคุณลักษณะหลักของมันคือ "Easily locate the text you searched from google's results page."

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

screenshot
screenshot

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

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

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

                        Improve your productivity when searching google! Google gives you 1-2 gray lines in each search result, with this extension you can click on them and redirect to the page with auto-scroll to the exact sentence you saw on the gray lines.

*Give it a try, it will change the way you search!*

Features:
* Makes the gray lines in google's search linkable 
* Placing a small target icon near the text you search
* Flashing with the target icon and the paragraph background
* Support all languages, including RTL

Found bugs? Please use the "support" tab in google web store before leaving a negative feedback.                    

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

ชื่อ Target Search Target Search
ID nohmjponpgbnhjokbmagdbnjpnmdaigb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/target-search/nohmjponpgbnhjokbmagdbnjpnmdaigb
คำอธิบาย Easily locate the text you searched from google's results page.
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 0.9.16
อัปเดตครั้งล่าสุด 2019-04-24
วันที่เผยแพร่ 2019-04-24
คะแนน 4.05/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา orduani
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Target Search",
    "version": "0.9.16",
    "manifest_version": 2,
    "description": "Easily locate the text you searched from google's results page.",
    "icons": {
        "16": "assets\/media\/icons\/icon16.png",
        "48": "assets\/media\/icons\/icon48.png",
        "128": "assets\/media\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "browser_action": {
        "default_popup": "assets\/pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "identity",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "assets\/css\/styles.css",
                "assets\/css\/styles-rtl.css"
            ]
        }
    ]
}