Pull de Reload

Pull to Reload.

Pull de Reload là gì?

Pull de Reload là một tiện ích mở rộng Chrome được phát triển bởi DESIGNSATELLITES, và tính năng chính của nó là "Pull to Reload.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pull de Reload

Tải xuống các tệp mở rộng Pull de Reload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pull de Reload Pull de Reload
ID fcacgalkmpjkobjhhgkbpeahdhpmhplj
URL Chính Thức https://chromewebstore.google.com/detail/pull-de-reload/fcacgalkmpjkobjhhgkbpeahdhpmhplj
Mô tả Pull to Reload.
Kích Thước Tệp 13.64 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2012-12-25
Ngày Phát Hành 2012-12-24
Nhà Phát Triển DESIGNSATELLITES
Loại Thanh Toán free
Trang Web Mở Rộng http://www.designsatellites.jp/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}