Pull de Reload

Pull to Reload.

什么是Pull de Reload?

Pull de Reload是由DESIGNSATELLITES开发的Chrome扩展程序,该扩展的主要功能是“Pull to Reload.”。

扩展截图

screenshot

下载Pull de Reload扩展crx文件

下载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"
            ]
        }
    ]
}