Roverlee
Stumble through 1000s of creative portfolios with a click
Roverlee란 무엇입니까?
Roverlee은(는) Abhishek Singh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stumble through 1000s of creative portfolios with a click"입니다.
확장 프로그램 스크린샷
Roverlee 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } } |