Read Only
We read your rejections to make you happier
Read Only là gì?
Read Only là một tiện ích mở rộng Chrome được phát triển bởi shirinanlen, và tính năng chính của nó là "We read your rejections to make you happier".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Read Only
Tải xuống các tệp mở rộng Read Only dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Read Only |
ID | oojhhdobnhhjidcdbdjkfmfafdnddgij |
URL Chính Thức | https://chromewebstore.google.com/detail/read-only/oojhhdobnhhjidcdbdjkfmfafdnddgij |
Mô tả | We read your rejections to make you happier |
Kích Thước Tệp | 1.02 MB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-06-25 |
Ngày Phát Hành | 2019-06-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | shirinanlen |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ElllGeeEmm/Read-Only-the-real-thing/blob/master/README.md |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |