Toolbox
Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format
Что такое Toolbox?
Toolbox - это расширение Chrome, разработанное https://xuender.me, и его основная функция - "Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format".
Снимки экрана расширения
Скачать файл CRX расширения Toolbox
Скачайте файлы расширений Toolbox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
chrome toolbox Useful tool set. Commonly used text processing tools. 0.1.34 number sort 0.1.20 remove blank lines, beautify: js, css, html, json 0.1.13 md5, sha1 0.1.10 sort, unique, trim
Основная информация о расширении
Название | Toolbox |
ID | hbkboegfdkllhmokangamapokbnnhfbl |
Официальный URL | https://chromewebstore.google.com/detail/toolbox/hbkboegfdkllhmokangamapokbnnhfbl |
Описание | Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format |
Размер файла | 111 KB |
Количество установок | 1,341 |
Текущая Версия | 0.1.34 |
Последнее Обновление | 2013-06-03 |
Дата публикации | 2013-06-02 |
Рейтинг | 3.29/5 Всего 7 оценок |
Разработчик | https://xuender.me |
Тип оплаты | free |
Официальный сайт расширения | http://xuender.me |
Поддерживаемые языки | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "0.1.34", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |