Read Only
We read your rejections to make you happier
Read Onlyคืออะไร?
Read Only เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shirinanlen และคุณลักษณะหลักของมันคือ "We read your rejections to make you happier"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Only
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |