Pull de Reload

Pull to Reload.

Pull de Reloadคืออะไร?

Pull de Reload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DESIGNSATELLITES และคุณลักษณะหลักของมันคือ "Pull to Reload."

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

screenshot

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

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

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

                        画面を引き下げてリロードします。
Mac OS X 10.7(Lion) 以降対応

Pull to Reload.
Mac OS X 10.7(Lion) later.                    

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

ชื่อ Pull de Reload Pull de Reload
ID fcacgalkmpjkobjhhgkbpeahdhpmhplj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pull-de-reload/fcacgalkmpjkobjhhgkbpeahdhpmhplj
คำอธิบาย Pull to Reload.
ขนาดไฟล์ 13.64 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2012-12-25
วันที่เผยแพร่ 2012-12-24
ผู้พัฒนา DESIGNSATELLITES
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.designsatellites.jp/
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pull de Reload",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Pull to Reload.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}