earthquake-report.com

Notifies you about earthquakes with a depth of less than 200 km

Τι είναι το earthquake-report.com;

Το earthquake-report.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Earthquake-Report.com, και η κύρια λειτουργία του είναι "Notifies you about earthquakes with a depth of less than 200 km".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης earthquake-report.com

Λήψη αρχείων επέκτασης earthquake-report.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will inform you at earliest about a just occurred earthquake in the world. Clicking the notification will lead you to a specific earthquake information page in our highly specialized website earthquake-report.com. A simple interface will allow you to select a sound (or no sound), the behavior of the notification (close it manually ar automatically after X seconds) and the Magnitude level of your choice in 0.5 incremental steps. 
You may start with a Magnitude 3 setting and increase gradually to the level of your preference.
Earthquake-report.com is an advertisement-free website specialized in understandable earthquake information in combination with damage reporting and user interaction. 
Give it a try, you will not regret it and it's free! Better than a smartphone app if you are working on your laptop or desktop.
A donation to be shared 50/50 by the developers and Earthquake-report.com is a great way of your appreciation.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα earthquake-report.com earthquake-report.com
ID ajkodieokpoeedefkepopdikaifldmki
Επίσημο URL https://chrome.google.com/webstore/detail/earthquake-reportcom/ajkodieokpoeedefkepopdikaifldmki
Περιγραφή Notifies you about earthquakes with a depth of less than 200 km
Μέγεθος Αρχείου 1.33 MB
Αριθμός Εγκαταστάσεων 848
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2017-07-05
Ημερομηνία Δημοσίευσης 2017-07-05
Αξιολόγηση 4.32/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Earthquake-Report.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://earthquake-report.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://earthquake-report.com/2017/05/25/chrome-extension-for-earthquake-report-com/
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,es,ru,hi,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.9.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "\/icons\/earthquake128.png",
        "48": "\/icons\/earthquake48.png",
        "16": "\/icons\/earthquake16.png"
    },
    "permissions": [
        "webRequestBlocking",
        "",
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "notifications",
        "unlimitedStorage"
    ],
    "background": {
        "page": "\/background\/background.html"
    },
    "browser_action": {
        "default_icon": "\/icons\/earthquake48.png"
    },
    "incognito": "split",
    "web_accessible_resources": [
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome:\/\/*",
        "chrome-extension:\/*",
        "filesystem:\/*",
        "drive:*"
    ],
    "options_page": "\/options\/options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "\/options\/options.html"
    }
}