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文件
下載DevGib擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DevGib is a Chrome extension that shows ranking for programming-related resources in the web based on their popularity and quality.
擴展基本資訊
名稱 | |
ID | pkchajlcgibonmocadnippbgjkceieeb |
官方網址 | 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": [ " |