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
公式URL 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"
    ]
}