Roverlee

Stumble through 1000s of creative portfolios with a click

Roverlee क्या है?

Roverlee Abhishek Singh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stumble through 1000s of creative portfolios with a click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roverlee एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Roverlee Roverlee
ID lhkdhmmkekkpbbcogdellhmhmolbecbf
आधिकारिक URL https://chromewebstore.google.com/detail/roverlee/lhkdhmmkekkpbbcogdellhmhmolbecbf
विवरण Stumble through 1000s of creative portfolios with a click
फ़ाइल का आकार 14.46 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-01-29
प्रकाशन तिथि 2020-01-29
डेवलपर Abhishek Singh
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    }
}