Centuple

Display 100 Google search results on one page

Centupleคืออะไร?

Centuple เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.seomemento.com และคุณลักษณะหลักของมันคือ "Display 100 Google search results on one page"

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

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

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

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

                        Centuple lets you display 100 search results at once on Google in one click!                    

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

ชื่อ Centuple Centuple
ID ligeniffdkpbbplnikaipijbdnngjmil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/centuple/ligeniffdkpbbplnikaipijbdnngjmil
คำอธิบาย Display 100 Google search results on one page
ขนาดไฟล์ 18.62 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-10-29
วันที่เผยแพร่ 2022-10-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.seomemento.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Centuple"
    },
    "name": "Centuple",
    "description": "Display 100 Google search results on one page",
    "homepage_url": "https:\/\/www.seomemento.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "0.1",
    "manifest_version": 3
}