Evan Time

Makes the background of your webpage infinitely happier.

Vad är Evan Time?

Evan Time är en Chrome-tillägg utvecklad av Stephanie Northway, och dess huvudfunktion är "Makes the background of your webpage infinitely happier.".

Tilläggsskärmbilder

screenshot

Ladda ner Evan Time-förlängningens CRX-fil

Ladda ner Evan Time-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

                        Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.                    

Grundläggande Information om Tillägg

Namn Evan Time Evan Time
ID kmompemcncebikjjbcmhmonkgogghifl
Officiell webbadress https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl
Beskrivning Makes the background of your webpage infinitely happier.
Filstorlek 38.83 KB
Antal Installationer 17
Aktuell Version 2.0
Senast Uppdaterad 2014-12-27
Publiceringsdatum 2014-12-27
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Stephanie Northway
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evan Time",
    "description": "Makes the background of your webpage infinitely happier.",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "evan.png",
        "default_title": "Evan Time"
    }
}