Public Alerter

Public Alerter - An extension to monitor NOAA and the NWS CAP system

Τι είναι το Public Alerter;

Το Public Alerter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://publicalerter.com, και η κύρια λειτουργία του είναι "Public Alerter - An extension to monitor NOAA and the NWS CAP system".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Public Alerter

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

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

                        The New Weather Alerter!

The main purpose of Weather Alerts is to bring you desktop alerts of the National Weather Service.  This extension will monitor the NOAA NWS feed for you and will notify you of any alerts you would like to see. 

Let us know what you think of our beta version of the application.  Email us at [email protected]

Updates:
1.0.3 - Fixes for the duplication of alerts during severe weather
1.0.2 - Updated Alert URL
1.0.1 - Update Alert URL
1.0.0 - The official release of Public Alerter
0.13.814.1009 - Updated to allow for javascript to work on options page and notification
0.13.813.2236 - Updated Manifest file to version 2
0.1.608.1614 - Fixed a bug that prevented current geolocation from working
0.1.607.2307 - Added ability to watch your current geolocation
0.1.607.1644 - Updated the options page.
0.1.501.1001 - Updated the options page.  Also updated to a quicker way of showing alerts.
0.1.501.1000 - Added in browser action to show all active alerts for you watched zones.  Set more reliable alerting.
0.1.428.1150 - Removed all restrictions on number of zones to watch and how many warnings to show.  This is temporary during beta.  

DISCLAIMER: You should always have a weather radio available to you.  This application is set up to provide you with alerts for informational purposes only.  In case of severe weather, you should always check with local radio/tv stations as well.                    

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

Όνομα Public Alerter Public Alerter
ID agaakcpbbejcmllnjfopojoeenbagden
Επίσημο URL https://chromewebstore.google.com/detail/public-alerter/agaakcpbbejcmllnjfopojoeenbagden
Περιγραφή Public Alerter - An extension to monitor NOAA and the NWS CAP system
Μέγεθος Αρχείου 434 KB
Αριθμός Εγκαταστάσεων 1,169
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-04-09
Ημερομηνία Δημοσίευσης 2020-04-08
Αξιολόγηση 3.90/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://publicalerter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "background.persistent": {
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Public Alerter - An extension to monitor NOAA and the NWS CAP system",
    "homepage_url": "http:\/\/publicalerter.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhkT4GrPTqugM4DI36CZqEmj5TK6f++4Zkjacworw9gbxTGQ6Q5iscTjosRyoIiJ6kFu1T9okhbWuE8RN9plvX+DTbKxWvIWaeP8Lxon\/Hv+IvmTdFqiMMB3\/u43d2mu+VOTO7S+bpb5UAFP9Z3zPczctshZftJkIPaeKmrlfAswIDAQAB",
    "manifest_version": 2,
    "name": "Public Alerter",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/alerts.weather.gov\/",
        "*:\/\/*.publicalerter.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "icon.png"
    ]
}