Years Progress

Displays years progress bar

Years Progressとは何ですか?

Years Progressはraobit7によって開発されたChromeの拡張機能で、その主な機能は「Displays years progress bar」です。

拡張機能のスクリーンショット

screenshot

Years Progress拡張機能のCRXファイルをダウンロード

Years Progress拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will display years progress bar in a simple way.
One can easily check the progress and view the bar in percentage.                    

拡張機能の基本情報

名前 Years Progress Years Progress
ID pkfanbklfjfkealmihbbbnflmaamicja
公式URL https://chromewebstore.google.com/detail/years-progress/pkfanbklfjfkealmihbbbnflmaamicja
説明 Displays years progress bar
ファイルサイズ 762 KB
インストール数 42
現在のバージョン 1.0.3
最終更新日 2019-09-21
公開日 2019-09-21
評価 3.00/5 合計 1 レビュー
開発者 raobit7
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://raobit.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Years Progress",
    "description": "Displays years progress bar",
    "version": "1.0.3",
    "author": "Rajat Rao",
    "icons": {
        "16": "static\/timer.png",
        "48": "static\/timer.png",
        "128": "static\/timer.png"
    },
    "browser_action": {
        "default_icon": "static\/timer.png",
        "default_title": "Years Progress",
        "default_popup": "components\/index.html"
    },
    "background": {
        "page": "components\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}