Pull de Reload

Pull to Reload.

Wat is Pull de Reload?

Pull de Reload is een Chrome-extensie ontwikkeld door DESIGNSATELLITES, en de belangrijkste functie is "Pull to Reload.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pull de Reload

Download Pull de Reload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Pull de Reload Pull de Reload
ID fcacgalkmpjkobjhhgkbpeahdhpmhplj
Officiële URL https://chromewebstore.google.com/detail/pull-de-reload/fcacgalkmpjkobjhhgkbpeahdhpmhplj
Beschrijving Pull to Reload.
Bestandsgrootte 13.64 KB
Aantal Installaties 19
Huidige Versie 1.0.1
Laatst Bijgewerkt 2012-12-25
Publicatiedatum 2012-12-24
Ontwikkelaar DESIGNSATELLITES
Betalingswijze free
Extensiewebsite http://www.designsatellites.jp/
Ondersteunde Talen 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"
            ]
        }
    ]
}