Random Shipit Generator

Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…

O que é Random Shipit Generator?

Random Shipit Generator é uma extensão do Chrome desenvolvida por Martin, e sua principal característica é "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Random Shipit Generator

Baixe arquivos de extensão Random Shipit Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on GitHub.

Icons are currently a selection of:
:shipit:
:ship: :it:
:sheep: :it:
:sheep:
:package:                    

Informações Básicas da Extensão

Nome Random Shipit Generator Random Shipit Generator
ID hgfojoldkaihldboodphkjciajabpoga
URL Oficial https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga
Descrição Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…
Tamanho do Arquivo 108 KB
Contagem de Instalações 11
Versão Atual 0.0.15
Última Atualização 2016-06-17
Data de Publicação 2016-06-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Martin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Shipit Generator",
    "version": "0.0.15",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "libs\/jQuery.min.js",
                "content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16-normal.png",
        "48": "images\/48x48-normal.png",
        "128": "images\/128x128-normal.png"
    },
    "web_accessible_resources": [
        "images\/xmas\/38x38.png"
    ]
}