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 - это расширение Chrome, разработанное https://zyphon.com, и его основная функция - "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".
Снимки экрана расширения
Скачать файл CRX расширения Timer Resizer for FreshBooks
Скачайте файлы расширений 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 |
ID | dollgklkenojadekccfhjfaogalfmgem |
Официальный URL | 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" ] } |