Random Search

Roll a random search term and search it! What'll it be today?

Random Searchคืออะไร?

Random Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 61845 และคุณลักษณะหลักของมันคือ "Roll a random search term and search it! What'll it be today?"

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

screenshot

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

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

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

                        Random Search is a free extension that allows you to kill time by randomly searching 330+ keywords, including orange, circle, fungus, and more! There are no limits to how many searches you can make! It's almost... infinite!
Need to pick a random topic for an assignment? What about starting a conversation? Those are no longer problems, because Random Search has got your back.                    

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

ชื่อ Random Search Random Search
ID nbfihiaegedinodnaoknofbhcdpmdbno
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nbfihiaegedinodnaoknofbhcdpmdbno
คำอธิบาย Roll a random search term and search it! What'll it be today?
ขนาดไฟล์ 36.86 KB
จำนวนการติดตั้ง 319
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-04-21
วันที่เผยแพร่ 2021-04-21
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา 61845
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Search",
    "description": "Roll a random search term and search it! What'll it be today?",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/rs_16.png",
            "32": "\/icons\/rs_32.png",
            "64": "\/icons\/rs_64.png",
            "128": "\/icons\/rs_128.png"
        }
    },
    "icons": {
        "16": "\/icons\/rs_16.png",
        "32": "\/icons\/rs_32.png",
        "64": "\/icons\/rs_64.png",
        "128": "\/icons\/rs_128.png"
    }
}