Neon New Tab

Overrides new tab page with a neon clock and temperature display

Neon New Tab là gì?

Neon New Tab là một tiện ích mở rộng Chrome được phát triển bởi Mikołaj Zyzański, và tính năng chính của nó là "Overrides new tab page with a neon clock and temperature display".

Ả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 Neon New Tab

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

                        This Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display!

Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed                    

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

Tên Neon New Tab Neon New Tab
ID dhdelkmgfhkhhklmhimfiacbopehpicg
URL Chính Thức https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg
Mô tả Overrides new tab page with a neon clock and temperature display
Kích Thước Tệp 2.8 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-05-05
Ngày Phát Hành 2019-05-05
Nhà Phát Triển Mikołaj Zyzański
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Redseb/neonClock
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neon New Tab",
    "description": "Overrides new tab page with a neon clock and temperature display",
    "version": "0.0.2",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png"
    }
}