New Tab Page by WHG
A minimalistic gaming new tab page.
New Tab Page by WHG là gì?
New Tab Page by WHG là một tiện ích mở rộng Chrome được phát triển bởi https://whg.no, và tính năng chính của nó là "A minimalistic gaming new tab page.".
Ả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 New Tab Page by WHG
Tải xuống các tệp mở rộng New Tab Page by WHG 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
Simplistic new tab page with time, date and gaming backgrounds. If you have any suggestions or find any bugs please let us know: https://www.facebook.com/WeHeartGaming 1.0.0: - Refactoring galore! - You can now use your own images in the random rotation. - Pin a wallpaper you like so it doesn't change. - Exclude/ include all the images included in the extension. - A design for the settings page. 0.1.1: - Everything fades in at the same time 0.1.0: - Show all your apps (New permission) 0.0.6: - Clock is exactly the same as on computer - Better background fading - Opt in bug 0.0.5: - Analytics is now opt in, disabled by default - Removed the the dark overlay on the whole background - No longer the same image twice - Settings button top right corner 0.0.4: - Top Sites - Settings
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Tab Page by WHG |
ID | bmfedlbgilkaabdmdekeoabjjogpdnpk |
URL Chính Thức | https://chromewebstore.google.com/detail/new-tab-page-by-whg/bmfedlbgilkaabdmdekeoabjjogpdnpk |
Mô tả | A minimalistic gaming new tab page. |
Kích Thước Tệp | 22.83 MB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-07-17 |
Ngày Phát Hành | 2015-07-17 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://whg.no |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dan Audne - [email protected]>", "chrome_url_overrides": { "newtab": "dist\/newtab.html" }, "options_page": "dist\/settings.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icons\/logo-128.png", "16": "icons\/logo-16.png", "48": "icons\/logo-48.png" }, "description": "A minimalistic gaming new tab page.", "incognito": "split", "manifest_version": 2, "name": "New Tab Page by WHG", "offline_enabled": true, "permissions": [ "unlimitedStorage", "topSites", "management" ], "short_name": "New Tab", "version": "1.0.0" } |