Read Only
We read your rejections to make you happier
什麼是Read Only?
Read Only是由shirinanlen開發的Chrome擴展程式,該擴展的主要功能是“We read your rejections to make you happier”。
擴展截圖
下載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 |
ID | oojhhdobnhhjidcdbdjkfmfafdnddgij |
官方網址 | 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'" } |