Roverlee

Stumble through 1000s of creative portfolios with a click

O que é Roverlee?

Roverlee é uma extensão do Chrome desenvolvida por Abhishek Singh, e sua principal característica é "Stumble through 1000s of creative portfolios with a click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Roverlee

Baixe arquivos de extensão Roverlee 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

                        "It's like channel surfing through thousands of creative portfolios"

Get a random new portfolio every time you click the Roverlee icon or use the keyboard shortcut "Alt+→". Discover amazing personal sites of artists, coders, photographers, illustrators, animators, art directors and many more from our ever growing hand-curated library to get an instant dose of inspiration.

Inspiration is now just a click away!                    

Informações Básicas da Extensão

Nome Roverlee Roverlee
ID lhkdhmmkekkpbbcogdellhmhmolbecbf
URL Oficial https://chromewebstore.google.com/detail/roverlee/lhkdhmmkekkpbbcogdellhmhmolbecbf
Descrição Stumble through 1000s of creative portfolios with a click
Tamanho do Arquivo 14.46 KB
Contagem de Instalações 22
Versão Atual 0.0.1
Última Atualização 2020-01-29
Data de Publicação 2020-01-29
Desenvolvedor Abhishek Singh
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roverlee",
    "version": "0.0.1",
    "description": "Stumble through 1000s of creative portfolios with a click",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png"
        },
        "default_title": "Roverlee"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "commands": {
        "next": {
            "suggested_key": {
                "default": "Alt+Right"
            },
            "description": "Show next portfolio"
        }
    }
}