MiCounter
A simple counter to keep track of what matters in your life
Что такое MiCounter?
MiCounter - это расширение Chrome, разработанное kevinslin8, и его основная функция - "A simple counter to keep track of what matters in your life".
Снимки экрана расширения
Скачать файл CRX расширения MiCounter
Скачайте файлы расширений MiCounter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click to increment the counter. Set value and direction in options page. *New in version 2.1.4.6* - ability to decrement the counter by double clicking Enable this feature in options :) Feedback? Constructive criticism, donations or glowing testimonials all appreciated at [email protected]
Основная информация о расширении
Название | MiCounter |
ID | idcnhbaefagbglkinhliaelonppplneh |
Официальный URL | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
Описание | A simple counter to keep track of what matters in your life |
Размер файла | 288 KB |
Количество установок | 6,200 |
Текущая Версия | 2.1.4.6 |
Последнее Обновление | 2012-12-23 |
Дата публикации | 2012-12-22 |
Рейтинг | 4.79/5 Всего 19 оценок |
Разработчик | kevinslin8 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiCounter", "manifest_version": 2, "version": "2.1.4.6", "description": "A simple counter to keep track of what matters in your life", "background": { "scripts": [ "settings.js", "simpleutils.js", "eventPage.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "counter2128.png", "name": "Click me :)" } } |