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 |
| 公式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": [
" | |