Timer Resizer for FreshBooks

Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)

什麼是Timer Resizer for FreshBooks?

Timer Resizer for FreshBooks是由https://zyphon.com開發的Chrome擴展程式,該擴展的主要功能是“Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)”。

擴展截圖

screenshot

下載Timer Resizer for FreshBooks擴展crx文件

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

擴展使用說明

                        Need to visually track your time without forgetting about the timer, but tired of taking up so much space? This simple extension adds a minimize/maximize button to your timer window to quickly adjust the size. You'll never forget to start or stop your timer again!                    

擴展基本資訊

名稱 Timer Resizer for FreshBooks Timer Resizer for FreshBooks
ID dollgklkenojadekccfhjfaogalfmgem
官方網址 https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem
簡介 Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
檔案大小 65.82 KB
安裝次數 61
目前版本 1.1
更新時間 2014-02-07
上架時間 2014-02-07
開發者 https://zyphon.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/zyphlar/freshbooks-resizer
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Resizer for FreshBooks",
    "description": "Easily minimize your Timesheet \/ Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)",
    "version": "1.1",
    "author": "Will Bradley",
    "homepage_url": "https:\/\/github.com\/zyphlar\/freshbooks-resizer",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshbooks.com\/internal*"
            ],
            "js": [
                "freshbooks-resizer.js",
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ]
}