Anything

get reminded of anything on every new tab

Что такое Anything?

Anything - это расширение Chrome, разработанное gabolobl, и его основная функция - "get reminded of anything on every new tab".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Attaining a perfect balance between simplicity and customization,
Anything becomes anything you want it to be.

Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set.

What will you use it for?                    

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

Название Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
Официальный URL https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
Описание get reminded of anything on every new tab
Размер файла 286 KB
Количество установок 59
Текущая Версия 1.0.3
Последнее Обновление 2021-02-04
Дата публикации 2021-01-31
Разработчик gabolobl
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gabriellobl.com/
URL страницы политики конфиденциальности https://gabriellobl.github.io/visualize-life
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anything",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "get reminded of anything on every new tab",
    "icons": {
        "16": "anything-16.png",
        "48": "anything-48.png",
        "128": "anything-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "anything-16.png",
            "48": "anything-48.png",
            "128": "anything-128.png"
        },
        "default_title": "Anything"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}