Deadline

Deadline chrome extension, progress bar to control project time

Deadlineとは何ですか?

Deadlineはdenisowpavelによって開発されたChromeの拡張機能で、その主な機能は「Deadline chrome extension, progress bar to control project time」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        If you appreciate your time, this application will help you to plan your working hours.
It is simple, let's join us! Just 3 foolproof things:
• Plan time
      Choose a start date and end date of the project
• Control time
      Every day you can analyse speed of advance to the end of term.
• Be in time
      You have been in time! Well done! Let's start new project!                    

拡張機能の基本情報

名前 Deadline Deadline
ID ofmmceeclfikkokflnpckaomdaojhpgd
公式URL https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd
説明 Deadline chrome extension, progress bar to control project time
ファイルサイズ 240 KB
インストール数 529
現在のバージョン 0.5
最終更新日 2013-11-29
公開日 2013-11-29
評価 4.77/5 合計 26 レビュー
開発者 denisowpavel
支払い方法 free
拡張機能のウェブサイト http://chromeutility.appspot.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deadline",
    "description": "Deadline chrome extension, progress bar to control project time",
    "version": "0.5",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.min.js",
            "deadline.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chromeutility.appspot.com\/",
        "storage",
        "alarms"
    ]
}