Veckonummer

Veckonummer

What is Veckonummer?

Veckonummer is a Chrome extension developed by Mathias Lundell, and its main feature is "Veckonummer".

Download Veckonummer Extension CRX File

Download Veckonummer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Visar veckonumret i en ikon bredvid adressfältet. 

Har du svårt att hålla ordning på vilket nummer vilken vecka är? Då är detta tillägg för dig. Du behöver bara snegla uppe i högra hörnet och får direkt reda på vilken vecka det är just nu.                    

Extension Basic Information

Name Veckonummer Veckonummer
ID niihohlhdgojgjkceejbjlaojbhnaeof
Official URL https://chrome.google.com/webstore/detail/veckonummer/niihohlhdgojgjkceejbjlaojbhnaeof
Description Veckonummer
File Size 83.95 KB
Installation Count 164
Current Version 0.2
Last Updated 2015-03-07
Publish Date 2015-03-07
Rating 5.00/5 Total 7 Ratings
Developer Mathias Lundell
Payment Type free
Extension Website https://github.com/luddd3/veckonr
Supported Languages sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Veckonummer",
    "author": "Mathias Lundell",
    "short_name": "Veckonr",
    "version": "0.2",
    "description": "Veckonummer",
    "homepage_url": "http:\/\/github.com\/luddd3\/veckonr",
    "icons": {
        "16": "images\/veckonr_icon_512.png",
        "48": "images\/veckonr_icon_512.png",
        "128": "images\/veckonr_icon_512.png"
    },
    "permissions": [
        "alarms"
    ],
    "browser_action": {
        "default_title": "Veckonummer"
    },
    "background": {
        "scripts": [
            "libs\/moment-with-locales.min.js",
            "js\/background.js"
        ],
        "persistent": false
    }
}