Read Only

We read your rejections to make you happier

Read Onlyとは何ですか?

Read Onlyはshirinanlenによって開発されたChromeの拡張機能で、その主な機能は「We read your rejections to make you happier」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Read Only拡張機能のCRXファイルをダウンロード

Read Only拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Read Only Read Only
ID oojhhdobnhhjidcdbdjkfmfafdnddgij
公式URL https://chromewebstore.google.com/detail/read-only/oojhhdobnhhjidcdbdjkfmfafdnddgij
説明 We read your rejections to make you happier
ファイルサイズ 1.02 MB
インストール数 46
現在のバージョン 0.0.1
最終更新日 2019-06-25
公開日 2019-06-25
評価 5.00/5 合計 1 レビュー
開発者 shirinanlen
支払い方法 free
拡張機能のウェブサイト https://github.com/ElllGeeEmm/Read-Only-the-real-thing/blob/master/README.md
対応言語 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'"
}