Prism 2 Beauty
Shows in better way the information in your timesheet
Что такое Prism 2 Beauty?
Prism 2 Beauty - это расширение Chrome, разработанное Rolando Q, и его основная функция - "Shows in better way the information in your timesheet".
Снимки экрана расширения
Скачать файл CRX расширения Prism 2 Beauty
Скачайте файлы расширений Prism 2 Beauty в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows in better way the information in your timesheet + Performance increase
Основная информация о расширении
Название | |
ID | hgjoccdpfjdelccakcmlefpnkljappac |
Официальный URL | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
Описание | Shows in better way the information in your timesheet |
Размер файла | 58.76 KB |
Количество установок | 30 |
Текущая Версия | 1.1.4 |
Последнее Обновление | 2016-02-26 |
Дата публикации | 2016-02-26 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | Rolando Q |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prism 2 Beauty", "short_name": "Prism2Beauty", "description": "Shows in better way the information in your timesheet", "icons": { "16": "beauty.png", "24": "beauty.png", "48": "beauty.png", "128": "beauty.png", "19": "beauty.png", "38": "beauty.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery.js", "app.js", "vcheck.js" ], "all_frames": true, "runAt": "document_end" } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", " |