StackInbox
Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.
StackInbox란 무엇입니까?
StackInbox은(는) James Mortensen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read."입니다.
확장 프로그램 스크린샷
StackInbox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Preserves new Stack Exchange Inbox messages until they are actually read. Items appear in the global inbox as they normally would, but the only items marked as read are ones that you click on. If there are unread items in the inbox, but you've viewed the inbox already, the unread count is displayed in blue instead of red. This Chrome Extension was inspired by a Meta Stack Overflow feature request: (http://meta.stackoverflow.com/q/72440/155826). Because the development team is interested in avoiding bloat, anything that adds user preferences to the system or that adds more complexity is avoided. Thus, this extension gives this functionality to those who want it.
확장 프로그램 기본 정보
이름 | |
ID | kmjiigfeolianjdlcdhnjmobidmidhod |
공식 URL | https://chrome.google.com/webstore/detail/stackinbox/kmjiigfeolianjdlcdhnjmobidmidhod |
설명 | Preserves New Stack Exchange Inbox Messages Until They Are Actually Read. |
파일 크기 | 38.42 KB |
설치 횟수 | 29 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2014-03-01 |
출시 날짜 | 2014-03-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | James Mortensen |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://stackapps.com/q/3778/4812 |
도움말 페이지 URL | http://stackapps.com/q/3778/4812 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/stackapps.com\/*", "http:\/\/*.stackoverflow.com\/*", "http:\/\/*.stackexchange.com\/*", "http:\/\/stackoverflow.com\/*", "http:\/\/serverfault.com\/*", "http:\/\/*.serverfault.com\/*", "http:\/\/superuser.com\/*", "http:\/\/*.superuser.com\/*", "http:\/\/askubuntu.com\/*", "http:\/\/*.askubuntu.com\/*", "http:\/\/mathoverflow.net\/*", "http:\/\/*.mathoverflow.net\/*" ], "js": [ "stackInbox.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.", "name": "StackInbox", "homepage_url": "http:\/\/stackapps.com\/q\/3778\/4812", "version": "1.1.3", "manifest_version": 2, "permissions": [ "storage", "https:\/\/api.stackexchange.com\/*" ], "icons": { "16": "16-StackInbox.png", "48": "48-StackInbox.png", "128": "128-StackInbox.png" } } |