DevGib
Shows ranking for programming-related resources in the web based on their popularity and quality.
DevGib là gì?
DevGib là một tiện ích mở rộng Chrome được phát triển bởi Shay Davidson, và tính năng chính của nó là "Shows ranking for programming-related resources in the web based on their popularity and quality.".
Ả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 DevGib
Tải xuống các tệp mở rộng DevGib 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
DevGib is a Chrome extension that shows ranking for programming-related resources in the web based on their popularity and quality.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pkchajlcgibonmocadnippbgjkceieeb |
URL Chính Thức | https://chrome.google.com/webstore/detail/devgib/pkchajlcgibonmocadnippbgjkceieeb |
Mô tả | Shows ranking for programming-related resources in the web based on their popularity and quality. |
Kích Thước Tệp | 341 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2016-04-09 |
Ngày Phát Hành | 2016-04-09 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Shay Davidson |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://code-cats-coffee.com/DevGib/ |
URL Trang Trợ Giúp | http://code-cats-coffee.com/DevGib/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |