Nixie Tube Clock [ANTP]
Clock widget with nixie tubes for Awesome New Tab Page [ANTP].
Wat is Nixie Tube Clock [ANTP]?
Nixie Tube Clock [ANTP] is een Chrome-extensie ontwikkeld door nkmry, en de belangrijkste functie is "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].".
Extensie Screenshots
Download het CRX-bestand van de extensie Nixie Tube Clock [ANTP]
Download Nixie Tube Clock [ANTP]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a widget for the Chrome extension "Awesome New Tab Page (ANTP)".
If you'd like to use this widget, you must also install ANTP. You can find it here:
https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg Basisinformatie over de Extensie
| Naam | |
| ID | dagaalagaodlhbfofnbennmndepdgjlb |
| Officiële URL | https://chromewebstore.google.com/detail/nixie-tube-clock-antp/dagaalagaodlhbfofnbennmndepdgjlb |
| Beschrijving | Clock widget with nixie tubes for Awesome New Tab Page [ANTP]. |
| Bestandsgrootte | 4.77 MB |
| Aantal Installaties | 79 |
| Huidige Versie | 0.3.2 |
| Laatst Bijgewerkt | 2014-04-14 |
| Publicatiedatum | 2014-04-14 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | nkmry |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nixie Tube Clock [ANTP]",
"description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].",
"version": "0.3.2",
"manifest_version": 2,
"background": {
"scripts": [
"js\/background.js"
]
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"widget.html",
"options.html"
],
"icons": {
"128": "img\/icon128.png"
}
} | |