Evan Time

Makes the background of your webpage infinitely happier.

Evan Time là gì?

Evan Time là một tiện ích mở rộng Chrome được phát triển bởi Stephanie Northway, và tính năng chính của nó là "Makes the background of your webpage infinitely happier.".

Ả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 Evan Time

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

                        Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.                    

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

Tên Evan Time Evan Time
ID kmompemcncebikjjbcmhmonkgogghifl
URL Chính Thức https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl
Mô tả Makes the background of your webpage infinitely happier.
Kích Thước Tệp 38.83 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-12-27
Ngày Phát Hành 2014-12-27
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Stephanie Northway
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evan Time",
    "description": "Makes the background of your webpage infinitely happier.",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "evan.png",
        "default_title": "Evan Time"
    }
}