SearchWeather

See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!

SearchWeather là gì?

SearchWeather là một tiện ích mở rộng Chrome được phát triển bởi clicksedgellc, và tính năng chính của nó là "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SearchWeather 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

                        Search Weather is a browser extension. Location based weather details will be available to view along with the 5 day forecast. 
There is an option to change the location to view the weather at the location of preference.
The background will change based on the type of weather.
Time and data also available for the users.
There is a searchbar for the users to search and get results from search Engine. For now, it is redirected to google search engine.

User has an option to keep the browser option available while opening a new tab or will open as a window clicking the extension icon.

The Search weather extension provides weather details for the user alsong with search option and also an option to change the location of the preferred weather location.                    

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

Tên SearchWeather SearchWeather
ID nnfecjnokhnmljkojoiddnodklkbikfn
URL Chính Thức https://chrome.google.com/webstore/detail/searchweather/nnfecjnokhnmljkojoiddnodklkbikfn
Mô tả See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!
Kích Thước Tệp 936 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2021-04-13
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển clicksedgellc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://clicksedge.co
URL Trang Trợ Giúp http://clicksedge.co/contact-us/
URL Trang Chính Sách Bảo Mật http://clicksedge.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchWeather",
    "version": "0.0.3",
    "options_page": "app\/index.html",
    "icons": {
        "16": "images\/icon16-1.png",
        "32": "images\/icon32-1.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-1.png"
        },
        "default_title": "Weather",
        "default_popup": "app\/smallindex.html"
    },
    "description": "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Fajo Joy, Bangalore, India",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "content_security_policy": "script-src  'self' https:\/\/maps.googleapis.com https:\/\/fonts.googleapis.com\/css2 ; object-src 'self'",
    "manifest_version": 2
}