Roverlee

Stumble through 1000s of creative portfolios with a click

Roverlee là gì?

Roverlee là một tiện ích mở rộng Chrome được phát triển bởi Abhishek Singh, và tính năng chính của nó là "Stumble through 1000s of creative portfolios with a click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roverlee

Tải xuống các tệp mở rộng Roverlee dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roverlee Roverlee
ID lhkdhmmkekkpbbcogdellhmhmolbecbf
URL Chính Thức https://chromewebstore.google.com/detail/roverlee/lhkdhmmkekkpbbcogdellhmhmolbecbf
Mô tả Stumble through 1000s of creative portfolios with a click
Kích Thước Tệp 14.46 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-01-29
Ngày Phát Hành 2020-01-29
Nhà Phát Triển Abhishek Singh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}