Simple Reloader
Automatically reloads the current tab as needed.
Vad är Simple Reloader?
Simple Reloader är en Chrome-tillägg utvecklad av Drew Cossey, och dess huvudfunktion är "Automatically reloads the current tab as needed.".
Tilläggsskärmbilder
Ladda ner Simple Reloader-förlängningens CRX-fil
Ladda ner Simple Reloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
Officiell webbadress | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
Beskrivning | Automatically reloads the current tab as needed. |
Filstorlek | 53.26 KB |
Antal Installationer | 481 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2015-04-29 |
Publiceringsdatum | 2015-04-29 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Drew Cossey |
Betalningssätt | free |
Stödda Språk | 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 } } |