Weatherly

Weather extension to stay up to date.

Weatherly là gì?

Weatherly là một tiện ích mở rộng Chrome được phát triển bởi https://erlend.ee, và tính năng chính của nó là "Weather extension to stay up to date.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Weatherly

Tải xuống các tệp mở rộng Weatherly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Weatherly Weatherly
ID inogoogkkgnejkjmdhkepafkmblgoapl
URL Chính Thức https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl
Mô tả Weather extension to stay up to date.
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-10-25
Ngày Phát Hành 2020-10-21
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://erlend.ee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.erlend.ee
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weatherly",
    "homepage_url": "http:\/\/www.erlend.ee",
    "description": "Weather extension to stay up to date.",
    "default_locale": "en",
    "permissions": [
        "geolocation"
    ],
    "icons": {
        "15": "icons\/logo1.png",
        "30": "icons\/logo2.png",
        "60": "icons\/logo3.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Weatherly",
        "default_icon": {
            "15": "icons\/logo1.png",
            "30": "icons\/logo2.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}