Crank for Rubygems
Chrome extension to make working with RubyGems more productive
什麼是Crank for Rubygems?
Crank for Rubygems是由NARKOZ開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to make working with RubyGems more productive”。
擴展截圖
下載Crank for Rubygems擴展crx文件
下載Crank for Rubygems擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
★ Navigate to ruby gem's GitHub or Rubygems.org page. Open 'Gemfile' or '.gemspec' file on GitHub, then click on any gem name. You will be redirected to the gem project page. ★ Open ruby gem page in RubyGems.org from the context menu. Highlight the ruby gem name on any page with the mouse, then right-click and select "Open in RubyGems.org". RubyGems page will open in a new tab. The source code is available here: https://github.com/NARKOZ/crank-for-rubygems
擴展基本資訊
名稱 | Crank for Rubygems |
ID | aeekfpaigbeblmpeliiomcamnipcglii |
官方網址 | https://chromewebstore.google.com/detail/crank-for-rubygems/aeekfpaigbeblmpeliiomcamnipcglii |
簡介 | Chrome extension to make working with RubyGems more productive |
檔案大小 | 28.82 KB |
安裝次數 | 26 |
目前版本 | 1.1 |
更新時間 | 2015-01-10 |
上架時間 | 2015-01-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | NARKOZ |
付費類型 | free |
擴展官網 | https://github.com/NARKOZ/crank-for-rubygems |
說明頁面URL | https://github.com/NARKOZ/crank-for-rubygems/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crank for Rubygems", "description": "Chrome extension to make working with RubyGems more productive", "homepage_url": "https:\/\/github.com\/NARKOZ\/crank-for-rubygems", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "inject.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |