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?

Day Gone In Percentage是由NoSemantic開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to show how much of current day, month or year has already passed in Percentage.”。

擴展截圖

screenshot

下載Day Gone In Percentage擴展crx文件

下載Day Gone In Percentage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Day Gone In Percentage Day Gone In Percentage
ID beealpgndklmjfgkeogopencdbjimhbk
官方網址 https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk
簡介 A chrome extension to show how much of current day, month or year has already passed in Percentage.
檔案大小 688 KB
安裝次數 190
目前版本 0.0.1
更新時間 2019-03-21
上架時間 2019-03-21
評分 5.00/5 共 2 次評分
開發者 NoSemantic
付費類型 free
擴展官網 https://nosemantic.com
支援的語言 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"
    ]
}