Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Что такое Quick Tools?
Quick Tools - это расширение Chrome, разработанное 1337hashedbrowns, и его основная функция - "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".
Снимки экрана расширения
Скачать файл CRX расширения Quick Tools
Скачайте файлы расширений Quick Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options!
Currently in beta, so please do report bugs! Основная информация о расширении
| Название | |
| ID | kelhbmhhdglbippaedleoijldkolkhdp |
| Официальный URL | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
| Описание | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
| Размер файла | 20.06 KB |
| Количество установок | 30 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2021-05-21 |
| Дата публикации | 2021-05-19 |
| Разработчик | 1337hashedbrowns |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Tools",
"version": "1.0.2",
"description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.",
"author": "TheSavageTeddy",
"permissions": [
"storage",
"unlimitedStorage"
],
"browser_action": {
"default_popup": "html\/menu.html",
"default_title": "Quick Tools"
},
"icons": {
"128": "app\/quick-tools-icon-128.png"
},
"offline_enabled": true,
"manifest_version": 2
} | |