Askusdaily
Askusdaily is a novel extension designed to bring beautiul images to your every day peripheral.
Askusdaily là gì?
Askusdaily là một tiện ích mở rộng Chrome được phát triển bởi MINCOMM INTERNATIONAL PTE.LTD, và tính năng chính của nó là "Askusdaily is a novel extension designed to bring beautiul images to your every day peripheral.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Askusdaily
Tải xuống các tệp mở rộng Askusdaily 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
Ask Us Daily is a novel extension designed to bring images of beautiful wallpapers to your every day peripheral. You can now enjoy a wide range of wallpapers in HD quality. Customize your background by selecting an image from our custom library. Our extension provides time, date and local weather for your convenience. By clicking "Add to chrome", I accept and agree to installing the Ask Us Daily extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use Terms Of Use : https://askusdaily.com/info/terms Privacy Policy : https://askusdaily.com/info/privacy The search will be powered by Microsoft Bing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Askusdaily |
ID | enlkbjlfeiapjjhhmdggmadklnbehdlg |
URL Chính Thức | https://chromewebstore.google.com/detail/askusdaily/enlkbjlfeiapjjhhmdggmadklnbehdlg |
Mô tả | Askusdaily is a novel extension designed to bring beautiul images to your every day peripheral. |
Kích Thước Tệp | 1.58 MB |
Số Lần Cài Đặt | 8,902 |
Phiên Bản Hiện Tại | 1.5.4 |
Cập Nhật Lần Cuối | 2023-03-09 |
Ngày Phát Hành | 2021-06-17 |
Đánh Giá | 4.48/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | MINCOMM INTERNATIONAL PTE.LTD |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.askusdaily.com |
URL Trang Chính Sách Bảo Mật | http://www.mincommint.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Askusdaily", "version": "1.5.4", "description": "Askusdaily is a novel extension designed to bring beautiul images to your every day peripheral.", "icons": { "16": "public\/app_icon\/icon_16.png", "24": "public\/app_icon\/icon_24.png", "32": "public\/app_icon\/icon_32.png", "64": "public\/app_icon\/icon_64.png", "128": "public\/app_icon\/icon_128.png", "256": "public\/app_icon\/icon_256.png", "512": "public\/app_icon\/icon_512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "public\/app_icon\/icon_16.png", "24": "public\/app_icon\/icon_24.png", "32": "public\/app_icon\/icon_32.png", "64": "public\/app_icon\/icon_64.png", "128": "public\/app_icon\/icon_128.png", "256": "public\/app_icon\/icon_256.png", "512": "public\/app_icon\/icon_512.png" } }, "content_security_policy": { "extension_pages": "default-src 'self'; img-src https:;connect-src https:\/\/api.openweathermap.org;font-src https:\/\/fonts.gstatic.com;style-src 'self' https:\/\/fonts.googleapis.com" }, "permissions": [ "storage", "geolocation", "topSites" ], "host_permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/*" ] } |