Reload All Tabs

This extension reloads all tabs with one click

Reload All Tabsคืออะไร?

Reload All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CREOTIVE และคุณลักษณะหลักของมันคือ "This extension reloads all tabs with one click"

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

screenshot
screenshot

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

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

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

                        This extension reloads all tabs with one click. This feature does not have Google Chrome  unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D                    

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

ชื่อ Reload All Tabs Reload All Tabs
ID bnefkbkgplakejnfhhhdfmacfbhbmnbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd
คำอธิบาย This extension reloads all tabs with one click
ขนาดไฟล์ 9.29 KB
จำนวนการติดตั้ง 522
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-09-05
วันที่เผยแพร่ 2014-09-05
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา CREOTIVE
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload All Tabs",
    "description": "This extension reloads all tabs with one click",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}