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