Crank for Rubygems
Chrome extension to make working with RubyGems more productive
Crank for Rubygems là gì?
Crank for Rubygems là một tiện ích mở rộng Chrome được phát triển bởi NARKOZ, và tính năng chính của nó là "Chrome extension to make working with RubyGems more productive".
Ả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 Crank for Rubygems
Tải xuống các tệp mở rộng Crank for Rubygems 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
★ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crank for Rubygems |
ID | aeekfpaigbeblmpeliiomcamnipcglii |
URL Chính Thức | https://chromewebstore.google.com/detail/crank-for-rubygems/aeekfpaigbeblmpeliiomcamnipcglii |
Mô tả | Chrome extension to make working with RubyGems more productive |
Kích Thước Tệp | 28.82 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-01-10 |
Ngày Phát Hành | 2015-01-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | NARKOZ |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/NARKOZ/crank-for-rubygems |
URL Trang Trợ Giúp | https://github.com/NARKOZ/crank-for-rubygems/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |