Crank for Rubygems

Chrome extension to make working with RubyGems more productive

Wat is Crank for Rubygems?

Crank for Rubygems is een Chrome-extensie ontwikkeld door NARKOZ, en de belangrijkste functie is "Chrome extension to make working with RubyGems more productive".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crank for Rubygems

Download Crank for Rubygems-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ★ 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                    

Basisinformatie over de Extensie

Naam Crank for Rubygems Crank for Rubygems
ID aeekfpaigbeblmpeliiomcamnipcglii
Officiële URL https://chromewebstore.google.com/detail/crank-for-rubygems/aeekfpaigbeblmpeliiomcamnipcglii
Beschrijving Chrome extension to make working with RubyGems more productive
Bestandsgrootte 28.82 KB
Aantal Installaties 26
Huidige Versie 1.1
Laatst Bijgewerkt 2015-01-10
Publicatiedatum 2015-01-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar NARKOZ
Betalingswijze free
Extensiewebsite https://github.com/NARKOZ/crank-for-rubygems
Help Pagina-URL https://github.com/NARKOZ/crank-for-rubygems/issues
Ondersteunde Talen 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
}