Day Gone In Percentage

A chrome extension to show how much of current day, month or year has already passed in Percentage.

Day Gone In Percentage là gì?

Day Gone In Percentage là một tiện ích mở rộng Chrome được phát triển bởi NoSemantic, và tính năng chính của nó là "A chrome extension to show how much of current day, month or year has already passed in Percentage.".

Ả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 Day Gone In Percentage

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

                        Steps to Use:

1. Click the extension sun icon on the top right hand side where extensions icon reside. 
2. A pop up will appear on clicking that will show you the percentage


Hope you like it.                    

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

Tên Day Gone In Percentage Day Gone In Percentage
ID beealpgndklmjfgkeogopencdbjimhbk
URL Chính Thức https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk
Mô tả A chrome extension to show how much of current day, month or year has already passed in Percentage.
Kích Thước Tệp 688 KB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-03-21
Ngày Phát Hành 2019-03-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển NoSemantic
Loại Thanh Toán free
Trang Web Mở Rộng https://nosemantic.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day Gone In Percentage",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A chrome extension to show how much of current day, month or year has already passed in Percentage.",
    "icons": {
        "16": "images\/sunset-16.png",
        "128": "images\/sunset-128.png"
    },
    "default_locale": "en",
    "background": [],
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/sun-16.png",
            "128": "images\/sun-128.png"
        },
        "default_title": "Day Gone In Percentage",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}