Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

Vad är Auto refresh actual webpage?

Auto refresh actual webpage är en Chrome-tillägg utvecklad av https://www.extensions-for-chrome.com, och dess huvudfunktion är "Automatically reload webpage in actual tab. You can set refresh interval.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Auto refresh actual webpage-förlängningens CRX-fil

Ladda ner Auto refresh actual webpage-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

                        Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds.

Extension automatically stop refresh when change tab or change website.                    

Grundläggande Information om Tillägg

Namn Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
Officiell webbadress https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
Beskrivning Automatically reload webpage in actual tab. You can set refresh interval.
Filstorlek 51.12 KB
Antal Installationer 1,929
Aktuell Version 1.0
Senast Uppdaterad 2013-09-21
Publiceringsdatum 2013-09-21
Betyg 3.33/5 Totalt 15 Betyg
Utvecklare https://www.extensions-for-chrome.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}