Image rotator

One of the less useful extensions out there.

Vad är Image rotator?

Image rotator är en Chrome-tillägg utvecklad av FH, och dess huvudfunktion är "One of the less useful extensions out there.".

Ladda ner Image rotator-förlängningens CRX-fil

Ladda ner Image rotator-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

                        Does what the title says it does.                    

Grundläggande Information om Tillägg

Namn Image rotator Image rotator
ID amplighgcpifjbdglmkhhcafffaafpoc
Officiell webbadress https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc
Beskrivning One of the less useful extensions out there.
Filstorlek 3.86 KB
Antal Installationer 10
Aktuell Version 1.0
Senast Uppdaterad 2013-12-15
Publiceringsdatum 2013-12-15
Betyg 1.00/5 Totalt 3 Betyg
Utvecklare FH
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image rotator",
    "description": "One of the less useful extensions out there.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}