Day Gone In Percentage

A chrome extension to show how much of current day, month or year has already passed in Percentage.

Что такое Day Gone In Percentage?

Day Gone In Percentage - это расширение Chrome, разработанное NoSemantic, и его основная функция - "A chrome extension to show how much of current day, month or year has already passed in Percentage.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Day Gone In Percentage

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

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

                        Steps to Use:

1. Click the extension sun icon on the top right hand side where extensions icon reside. 
2. A pop up will appear on clicking that will show you the percentage


Hope you like it.                    

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

Название Day Gone In Percentage Day Gone In Percentage
ID beealpgndklmjfgkeogopencdbjimhbk
Официальный URL https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk
Описание A chrome extension to show how much of current day, month or year has already passed in Percentage.
Размер файла 688 KB
Количество установок 190
Текущая Версия 0.0.1
Последнее Обновление 2019-03-21
Дата публикации 2019-03-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик NoSemantic
Тип оплаты free
Официальный сайт расширения https://nosemantic.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day Gone In Percentage",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A chrome extension to show how much of current day, month or year has already passed in Percentage.",
    "icons": {
        "16": "images\/sunset-16.png",
        "128": "images\/sunset-128.png"
    },
    "default_locale": "en",
    "background": [],
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/sun-16.png",
            "128": "images\/sun-128.png"
        },
        "default_title": "Day Gone In Percentage",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}