Read Only

We read your rejections to make you happier

O que é Read Only?

Read Only é uma extensão do Chrome desenvolvida por shirinanlen, e sua principal característica é "We read your rejections to make you happier".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Read Only

Baixe arquivos de extensão Read Only 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

                        Read Only is a way to make the application process easier for candidates. We check your unread emails for rejection letters and use fun gifs and encouraging messages to brighten your day and embiggen your heart. 

Read Only - is a development that only reads your emails in browser to look for the right rejection patterns and never stores or sends any of your information out. Our goal is to shine over a dreadful process! :)

A chrome extension from ~shirin anlen and Robert Morrissey.
https://robertmorrissey.dev/ | https://shirin.works/                    

Informações Básicas da Extensão

Nome Read Only Read Only
ID oojhhdobnhhjidcdbdjkfmfafdnddgij
URL Oficial https://chromewebstore.google.com/detail/read-only/oojhhdobnhhjidcdbdjkfmfafdnddgij
Descrição We read your rejections to make you happier
Tamanho do Arquivo 1.02 MB
Contagem de Instalações 46
Versão Atual 0.0.1
Última Atualização 2019-06-25
Data de Publicação 2019-06-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor shirinanlen
Tipo de Pagamento free
Site da Extensão https://github.com/ElllGeeEmm/Read-Only-the-real-thing/blob/master/README.md
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "We read your rejections to make you happier",
    "version": "0.0.1",
    "name": "Read Only",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*",
                "http:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}