Simple Reloader

Automatically reloads the current tab as needed.

Apa itu Simple Reloader?

Simple Reloader adalah ekstensi Chrome yang dikembangkan oleh Drew Cossey, dan fitur utamanya adalah "Automatically reloads the current tab as needed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Reloader

Unduh file ekstensi Simple Reloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown.

Can optionally tell the browser to ignore the browser cache for the reloads.                    

Informasi Dasar Ekstensi

Nama Simple Reloader Simple Reloader
ID jdcjnkmfkfnidklnngnbecledmanndnm
URL Resmi https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm
Deskripsi Automatically reloads the current tab as needed.
Ukuran File 53.26 KB
Jumlah Instalasi 481
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-04-29
Tanggal Publikasi 2015-04-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Drew Cossey
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Reloader",
    "version": "1.0.1",
    "description": "Automatically reloads the current tab as needed.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Reloadit",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}