My Reload Button

Add Reload button

My Reload Buttonคืออะไร?

My Reload Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย art และคุณลักษณะหลักของมันคือ "Add Reload button"

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

screenshot

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

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

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

                        Go/Reload button                    

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

ชื่อ My Reload Button My Reload Button
ID enljbahijigkmdlagadnkokcjgnkainm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm
คำอธิบาย Add Reload button
ขนาดไฟล์ 17.66 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-11-14
วันที่เผยแพร่ 2019-11-12
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา art
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png",
            "32": "icon_32.png",
            "16": "icon_16.png"
        },
        "default_title": "Go"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "name": "My Reload Button",
    "description": "Add Reload button",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}