Anything

get reminded of anything on every new tab

O que é Anything?

Anything é uma extensão do Chrome desenvolvida por gabolobl, e sua principal característica é "get reminded of anything on every new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Anything

Baixe arquivos de extensão Anything no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
URL Oficial https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
Descrição get reminded of anything on every new tab
Tamanho do Arquivo 286 KB
Contagem de Instalações 59
Versão Atual 1.0.3
Última Atualização 2021-02-04
Data de Publicação 2021-01-31
Desenvolvedor gabolobl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gabriellobl.com/
URL da Página de Política de Privacidade https://gabriellobl.github.io/visualize-life
Idiomas Suportados 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'"
}