CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
Wat is CJs Auto Refresh?
CJs Auto Refresh is een Chrome-extensie ontwikkeld door nextstate, en de belangrijkste functie is "Auto refresh the page for CJ because CJ is awesome!".
Extensie Screenshots
Download het CRX-bestand van de extensie CJs Auto Refresh
Download CJs Auto Refresh-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
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.
Basisinformatie over de Extensie
Naam | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
Officiële URL | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
Beschrijving | Auto refresh the page for CJ because CJ is awesome! |
Bestandsgrootte | 12.74 KB |
Aantal Installaties | 118 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-03-24 |
Publicatiedatum | 2019-03-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nextstate |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |