CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

Hvad er CJs Auto Refresh?

CJs Auto Refresh er en Chrome-udvidelse udviklet af nextstate, og dens hovedfunktion er "Auto refresh the page for CJ because CJ is awesome!".

Udvidelsesskærmbilleder

screenshot

Download CJs Auto Refresh-udvidelses-CRX-fil

Download CJs Auto Refresh-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

Grundlæggende oplysninger om udvidelsen

Navn CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
Officiel URL https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
Beskrivelse Auto refresh the page for CJ because CJ is awesome!
Filstørrelse 12.74 KB
Antal Installationer 118
Nuværende Version 1.0.1
Senest Opdateret 2019-03-24
Udgivelsesdato 2019-03-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler nextstate
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}