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 |
公式URL | 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 } |