Search with quotes

Exact words in quotes on Google Search

Search with quotesคืออะไร?

Search with quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย satoshixsea และคุณลักษณะหลักของมันคือ "Exact words in quotes on Google Search"

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

screenshot
screenshot

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

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

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

                        Search for an exact word or phrase.

検索したワードをダブルクォーテーションで囲んで検索し直します。

https://support.google.com/websearch/answer/136861?hl=en                    

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

ชื่อ Search with quotes Search with quotes
ID agpkbliejnbblnpapldbbofkjficpjod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod
คำอธิบาย Exact words in quotes on Google Search
ขนาดไฟล์ 12.17 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-04-06
วันที่เผยแพร่ 2014-04-06
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา satoshixsea
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with quotes",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Exact words in quotes on Google Search",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}