INGVterremoti enhancer

Migliora la visualizzazione dei dati di INGV terremoti

What is INGVterremoti enhancer?

INGVterremoti enhancer is a Chrome extension developed by iro, and its main feature is "Migliora la visualizzazione dei dati di INGV terremoti".

Extension Screenshots

screenshot
screenshot

Download INGVterremoti enhancer Extension CRX File

Download INGVterremoti enhancer 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

                        Modifica gli orari portandoli al fuso orario locale e colora lo sfondo dei tweet in base all'intensità.                    

Extension Basic Information

Name INGVterremoti enhancer INGVterremoti enhancer
ID olkjgcnbhgfiihdhlnkijhahcelceimf
Official URL https://chromewebstore.google.com/detail/ingvterremoti-enhancer/olkjgcnbhgfiihdhlnkijhahcelceimf
Description Migliora la visualizzazione dei dati di INGV terremoti
File Size 4.24 KB
Installation Count 87
Current Version 0.12
Last Updated 2012-09-22
Publish Date 2012-09-21
Rating 4.29/5 Total 7 Ratings
Developer iro
Payment Type free
Help Page URL https://chrome.google.com/webstore/support/olkjgcnbhgfiihdhlnkijhahcelceimf
Supported Languages it
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "INGVterremoti enhancer",
    "version": "0.12",
    "description": "Migliora la visualizzazione dei dati di INGV terremoti",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/cnt.rm.ingv.it\/"
            ],
            "js": [
                "cnt.js"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/cnt.rm.ingv.it\/",
        "*:\/\/twitter.com\/*"
    ]
}