DevGib
Shows ranking for programming-related resources in the web based on their popularity and quality.
DevGib란 무엇입니까?
DevGib은(는) Shay Davidson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows ranking for programming-related resources in the web based on their popularity and quality."입니다.
확장 프로그램 스크린샷
DevGib 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DevGib is a Chrome extension that shows ranking for programming-related resources in the web based on their popularity and quality.
확장 프로그램 기본 정보
이름 | |
ID | pkchajlcgibonmocadnippbgjkceieeb |
공식 URL | https://chrome.google.com/webstore/detail/devgib/pkchajlcgibonmocadnippbgjkceieeb |
설명 | Shows ranking for programming-related resources in the web based on their popularity and quality. |
파일 크기 | 341 KB |
설치 횟수 | 37 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2016-04-09 |
출시 날짜 | 2016-04-09 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Shay Davidson |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://code-cats-coffee.com/DevGib/ |
도움말 페이지 URL | http://code-cats-coffee.com/DevGib/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevGib", "version": "0.1.7", "manifest_version": 2, "description": "Shows ranking for programming-related resources in the web based on their popularity and quality.", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "lib\/js\/jquery-2.0.3.min.js", "lib\/js\/underscore-1.5.2.min.js", "lib\/js\/underscore.ratelimit.js", "lib\/js\/underscore.string-2.3.0.min.js", "build\/js\/background\/namespaces.js", "build\/js\/background\/sites_controller.js", "build\/js\/background\/abstract_site_model.js", "build\/js\/background\/popup.js", "build\/js\/background\/sites\/github.js", "build\/js\/background\/sites\/stackoverflow.js", "build\/js\/background\/index.js" ], "persistent": false }, "browser_action": { "default_title": "DevGib", "default_icon": "assets\/icons\/icon38.png", "default_popup": "build\/html\/background\/popup.html" }, "content_scripts": [ { "matches": [ " |