Keyword Allintitle Results

Find the allintitle search results for your keywords.

Keyword Allintitle Resultsคืออะไร?

Keyword Allintitle Results เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xaver.fleer และคุณลักษณะหลักของมันคือ "Find the allintitle search results for your keywords."

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

screenshot

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

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

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

                        Finding the allintitle search results on Google is a tedious task. Speed up your workflow!                    

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

ชื่อ Keyword Allintitle Results Keyword Allintitle Results
ID bcholjopcmonkanmndoenicdhdnomceb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb
คำอธิบาย Find the allintitle search results for your keywords.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 176
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2021-09-29
วันที่เผยแพร่ 2021-09-21
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา xaver.fleer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/favicon-io\/favicon-16x16.png",
            "32": "\/assets\/images\/favicon-io\/favicon-32x32.png",
            "48": "\/assets\/images\/favicon-io\/favicon-48x48.png",
            "128": "\/assets\/images\/favicon-io\/favicon-128x128.png",
            "256": "\/assets\/images\/favicon-io\/favicon-256x256.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "description": "Find the allintitle search results for your keywords.",
    "icons": {
        "16": "\/assets\/images\/favicon-io\/favicon-16x16.png",
        "32": "\/assets\/images\/favicon-io\/favicon-32x32.png",
        "48": "\/assets\/images\/favicon-io\/favicon-48x48.png",
        "128": "\/assets\/images\/favicon-io\/favicon-128x128.png",
        "256": "\/assets\/images\/favicon-io\/favicon-256x256.png"
    },
    "manifest_version": 3,
    "name": "Keyword Allintitle Results",
    "permissions": [
        "storage"
    ],
    "version": "0.0.8"
}