Quorator
Smart Quora Feed Display
Quorator란 무엇입니까?
Quorator은(는) VarunAgrawal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart Quora Feed Display"입니다.
확장 프로그램 스크린샷
Quorator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | kppbolnligjjnokjhainblhdpbobcbgb |
공식 URL | https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb |
설명 | Smart Quora Feed Display |
파일 크기 | 63.19 KB |
설치 횟수 | 10 |
현재 버전 | 1.7.5 |
최근 업데이트 | 2015-11-25 |
출시 날짜 | 2015-11-25 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | VarunAgrawal |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://varunagrawal.github.io/ |
도움말 페이지 URL | http://varunagrawal.github.io/ |
지원되는 언어 | 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" } |