Automatic imperial to metric convertion BETA
Automatically convert imperial units to metric units on all websites
Что такое Automatic imperial to metric convertion BETA?
Automatic imperial to metric convertion BETA - это расширение Chrome, разработанное esprimo, и его основная функция - "Automatically convert imperial units to metric units on all websites".
Снимки экрана расширения
Скачать файл CRX расширения Automatic imperial to metric convertion BETA
Скачайте файлы расширений Automatic imperial to metric convertion BETA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically convert imperial units to metric units on all websites. Example of how a conversion would look: "It's 12 miles to the library" would be converted to: "It's 12 miles (19.31km) to the library" No tracking. Plugin in beta, code at: https://github.com/esprimo/imperial-to-metric-chrome-extension
Основная информация о расширении
Название | Automatic imperial to metric convertion BETA |
ID | ggidgjeiboeedjjabheimgdkolnpaoik |
Официальный URL | https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik |
Описание | Automatically convert imperial units to metric units on all websites |
Размер файла | 11.41 KB |
Количество установок | 393 |
Текущая Версия | 0.2.1 |
Последнее Обновление | 2015-12-29 |
Дата публикации | 2015-12-29 |
Рейтинг | 2.94/5 Всего 18 оценок |
Разработчик | esprimo |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Automatic imperial to metric convertion BETA", "version": "0.2.1", "description": "Automatically convert imperial units to metric units on all websites", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |