Pull de Reload

Pull to Reload.

Was ist Pull de Reload?

Pull de Reload ist eine Chrome-Erweiterung, die von DESIGNSATELLITES entwickelt wurde, und ihr Hauptmerkmal ist "Pull to Reload.".

Erweiterungsscreenshots

screenshot

Pull de Reload-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pull de Reload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Pull de Reload Pull de Reload
ID fcacgalkmpjkobjhhgkbpeahdhpmhplj
Offizielle URL https://chromewebstore.google.com/detail/pull-de-reload/fcacgalkmpjkobjhhgkbpeahdhpmhplj
Beschreibung Pull to Reload.
Dateigröße 13.64 KB
Installationsanzahl 19
Aktuelle Version 1.0.1
Letztes Update 2012-12-25
Veröffentlichungsdatum 2012-12-24
Entwickler DESIGNSATELLITES
Zahlungsart free
Erweiterungswebsite http://www.designsatellites.jp/
Unterstützte Sprachen 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"
            ]
        }
    ]
}