Roverlee

Stumble through 1000s of creative portfolios with a click

Wat is Roverlee?

Roverlee is een Chrome-extensie ontwikkeld door Abhishek Singh, en de belangrijkste functie is "Stumble through 1000s of creative portfolios with a click".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Roverlee

Download Roverlee-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

                        "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!                    

Basisinformatie over de Extensie

Naam Roverlee Roverlee
ID lhkdhmmkekkpbbcogdellhmhmolbecbf
Officiële URL https://chromewebstore.google.com/detail/roverlee/lhkdhmmkekkpbbcogdellhmhmolbecbf
Beschrijving Stumble through 1000s of creative portfolios with a click
Bestandsgrootte 14.46 KB
Aantal Installaties 22
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-01-29
Publicatiedatum 2020-01-29
Ontwikkelaar Abhishek Singh
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}