Blitzortung always active
This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.
Wat is Blitzortung always active?
Blitzortung always active is een Chrome-extensie ontwikkeld door Bruno Duyé, en de belangrijkste functie is "This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.".
Download het CRX-bestand van de extensie Blitzortung always active
Download Blitzortung always active-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
Basisinformatie over de Extensie
Naam | |
ID | mgghfmdambibgioeeiclkclkaljlcanp |
Officiële URL | https://chrome.google.com/webstore/detail/blitzortung-always-active/mgghfmdambibgioeeiclkclkaljlcanp |
Beschrijving | This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access. |
Bestandsgrootte | 4.44 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-08-14 |
Publicatiedatum | 2015-08-14 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Bruno Duyé |
Betalingswijze | free |
Extensiewebsite | https://github.com/brunetton/blitzortung-disable_window.onblur-chrome_extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blitzortung always active", "author": "Bruno Duy\u00e9", "description": "This extension force blitzortung.org dynamic map to keep active when focus is lost. Usefull for multi screen access.", "version": "0.1", "icons": { "128": "light.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.blitzortung.org\/*" ], "js": [ "removal.js" ] } ], "web_accessible_resources": [ "removal.js" ] } |