ActualWeather

Get current weather in your browser!

Vad är ActualWeather?

ActualWeather är en Chrome-tillägg utvecklad av AdsSquared, LLC, och dess huvudfunktion är "Get current weather in your browser!".

Tilläggsskärmbilder

screenshot

Ladda ner ActualWeather-förlängningens CRX-fil

Ladda ner ActualWeather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Actual Weather gives you quick easy access to your weather at a glance when you open a new tab                    

Grundläggande Information om Tillägg

Namn ActualWeather ActualWeather
ID jlalmckfngpijaibdnbphajodinicbfn
Officiell webbadress https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn
Beskrivning Get current weather in your browser!
Filstorlek 3.32 MB
Antal Installationer 114
Aktuell Version 0.0.2
Senast Uppdaterad 2023-11-03
Publiceringsdatum 2023-10-10
Betyg 5.00/5 Totalt 21 Betyg
Utvecklare AdsSquared, LLC
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ActualWeather.com
Hjälpsida URL https://ActualWeather.com/contact.html
URL till Sekretesspolicy Sidan https://adssquared.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ActualWeather",
    "description": "Get current weather in your browser!",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "newtab.html",
        "default_icon": []
    }
}