Veckonummer
Veckonummer
Cos'è Veckonummer?
Veckonummer è un'estensione di Chrome sviluppata da Mathias Lundell, e la sua funzione principale è "Veckonummer".
Scarica il file CRX dell'estensione Veckonummer
Scarica i file di estensione Veckonummer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | niihohlhdgojgjkceejbjlaojbhnaeof |
URL Ufficiale | https://chrome.google.com/webstore/detail/veckonummer/niihohlhdgojgjkceejbjlaojbhnaeof |
Descrizione | Veckonummer |
Dimensione del File | 83.95 KB |
Conteggio Installazioni | 164 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-03-07 |
Data di Pubblicazione | 2015-03-07 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Mathias Lundell |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/luddd3/veckonr |
Lingue Supportate | 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 } } |