Codeforces WA Questions FB News Feed
See your pending questions(WA,Compile error etc.) on Codeforces instead of distracting posts on Facebook news feed.
Codeforces WA Questions FB News Feed là gì?
Codeforces WA Questions FB News Feed là một tiện ích mở rộng Chrome được phát triển bởi Aditya Choudhary, và tính năng chính của nó là "See your pending questions(WA,Compile error etc.) on Codeforces instead of distracting posts on Facebook news feed.".
Ả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 Codeforces WA Questions FB News Feed
Tải xuống các tệp mở rộng Codeforces WA Questions FB News Feed 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
Kills the news feed and replaces it with your pending Questions(WA, Compile error etc.) on Codeforces, CLick on the question to open it in new tab for solving. That's it. You can still check your messages and notifications, post status updates, and do everything you could do before. You just won't get distracting news feed posts anymore. No more wasting time on Facebook.Solve your pending questions and practice new ones! What's New: 1.2.1.1 *Fix links to gym problems Source Code on Github: https://github.com/adi11/CF-questions-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ohjicmhfblgpmcbholdnnbjgamifmoli |
URL Chính Thức | https://chrome.google.com/webstore/detail/codeforces-wa-questions-f/ohjicmhfblgpmcbholdnnbjgamifmoli |
Mô tả | See your pending questions(WA,Compile error etc.) on Codeforces instead of distracting posts on Facebook news feed. |
Kích Thước Tệp | 915 KB |
Số Lần Cài Đặt | 150 |
Phiên Bản Hiện Tại | 1.2.1.1 |
Cập Nhật Lần Cuối | 2015-10-08 |
Ngày Phát Hành | 2015-10-08 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Aditya Choudhary |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codeforces WA Questions FB News Feed", "version": "1.2.1.1", "description": "See your pending questions(WA,Compile error etc.) on Codeforces instead of distracting posts on Facebook news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.min.js", "kill.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "http:\/\/codeforces.com\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "images\/logo_64.png", "48": "images\/logo_64.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |