StackOverFollow
Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.
StackOverFollow란 무엇입니까?
StackOverFollow은(는) http://sites.google.com/site/meirshamay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow."입니다.
확장 프로그램 스크린샷
StackOverFollow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stack Over Follow enable you to get unanswered questions from StackOverFlow every 60 seconds, and follow questions that you interesting in from the given list or from open tabs with questions from StackOverFlow. The number on the icon describe the following questions count. Check/Uncheck the check box near to the question in order to mark it follow. Active questions - list of 24 random/tagged unanswered questions from StackOverFlow. Current Browsing - open questions in one of chrome windows/tabs. Following Questions - questions that you marked as follow. Enjoy.
확장 프로그램 기본 정보
이름 | |
ID | dlckmcdaecbbadgpeichkcgidahdodkc |
공식 URL | https://chrome.google.com/webstore/detail/stackoverfollow/dlckmcdaecbbadgpeichkcgidahdodkc |
설명 | Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow. |
파일 크기 | 95.11 KB |
설치 횟수 | 36 |
현재 버전 | 1.15 |
최근 업데이트 | 2015-06-01 |
출시 날짜 | 2015-06-01 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | http://sites.google.com/site/meirshamay |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://groups.google.com/group/meirshamay_opensource |
도움말 페이지 URL | http://groups.google.com/group/meirshamay_opensource |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/16.png", "default_popup": "popup.html", "default_title": "StackOverFollow" }, "content_scripts": [ { "all_frames": true, "js": [ "javascripts\/settings.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5BKM+XidlTz5NI55ajSyj\/mbYfCI8ER\/+iTm+E9PQQZyRRwYcDtV5\/Q3rCjA\/HpBOTRk3OCwXNn5uW\/V6DVqaOMje0kUSusm5I9P9Zujyq6FfPx66H\/juQe9XhlHrHnOdrsncm1ckdy6WtU9AE6MBzlwvplkuTjEK0eqQFVb8\/QIDAQAB", "manifest_version": 2, "minimum_chrome_version": "9", "name": "StackOverFollow", "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "storage", "webRequest", "*:\/\/*.stackoverflow.com\/*", "*:\/\/stackoverflow.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.15" } |