Timestamp Plugin

This extension will insert the timestamp into the textbox with the cursor

Что такое Timestamp Plugin?

Timestamp Plugin - это расширение Chrome, разработанное Mina Michel, и его основная функция - "This extension will insert the timestamp into the textbox with the cursor".

Скачать файл CRX расширения Timestamp Plugin

Скачайте файлы расширений Timestamp Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Whenever you are writing text in a huge text area and want to track when did you add this text, just click on my extension and it will add a timestamp with your initials (that you can set in the options screen)                    

Основная информация о расширении

Название Timestamp Plugin Timestamp Plugin
ID pngdhemdbaamjkmlfhnfjclmaegblkfj
Официальный URL https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj
Описание This extension will insert the timestamp into the textbox with the cursor
Размер файла 11.21 KB
Количество установок 228
Текущая Версия 1.0
Последнее Обновление 2016-05-30
Дата публикации 2016-05-30
Рейтинг 2.50/5 Всего 2 оценок
Разработчик Mina Michel
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timestamp Plugin",
    "description": "This extension will insert the timestamp into the textbox with the cursor",
    "version": "1.0",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}