Quorator
Smart Quora Feed Display
Quorator là gì?
Quorator là một tiện ích mở rộng Chrome được phát triển bởi VarunAgrawal, và tính năng chính của nó là "Smart Quora Feed Display".
Ả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 Quorator
Tải xuống các tệp mở rộng Quorator 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
Annoyed with the cluttered, messy way Quora displays your notifications to you? Use Quorator. An easy to use, lightweight Chrome Extension that classifies and color-coordinates your Quora notifications into 4 relevant categories. Click on the links displayed in Quorator to open the Quora page and enjoy using Quora without the clutter of notifications.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kppbolnligjjnokjhainblhdpbobcbgb |
URL Chính Thức | https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb |
Mô tả | Smart Quora Feed Display |
Kích Thước Tệp | 63.19 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.7.5 |
Cập Nhật Lần Cuối | 2015-11-25 |
Ngày Phát Hành | 2015-11-25 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | VarunAgrawal |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://varunagrawal.github.io/ |
URL Trang Trợ Giúp | http://varunagrawal.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quorator", "short_name": "Quorator", "description": "Smart Quora Feed Display", "version": "1.7.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "permissions": [ "activeTab", "https:\/\/www.quora.com\/api\/", "notifications" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Quorator", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "author": "varunagrawal" } |