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文件
下載Roverlee擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"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! 擴展基本資訊
| 名稱 | |
| ID | lhkdhmmkekkpbbcogdellhmhmolbecbf |
| 官方網址 | 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"
}
}
} | |