Cloudhiker

The official Cloudhiker browser extension. Discover the internet directly from your browser.

Cloudhikerคืออะไร?

Cloudhiker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloudhiker.net และคุณลักษณะหลักของมันคือ "The official Cloudhiker browser extension. Discover the internet directly from your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloudhiker

ดาวน์โหลดไฟล์ส่วนขยาย Cloudhiker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚠️ You need a Cloudhiker.net account to be able to use this extension!

This extension is currently in a testing phase and may lack some features. Please share your feedback with us.

## What is Cloudhiker?

Cloudhiker was created by Kevin Woblick to revive the discovery experience of the old Web 2.0 days.
You will be presented a completely random website out of a strictly curated set of sites. If possible, the website will directly be shown to you so you can explore and interact with it. You won't find any clickbait stuff or low-effort blog articles here, but websites that are really exciting, weird, astonishing, or dedicated to learning. Some will make you laugh, some will make you think. And some can help you with your work by providing exceptionally helpful tools.

This browser extension lets you discover new websites without using the Cloudhiker website itself.

## How to use the extension

- After installing the extension, click the extension icon to open the overlay.
- Click on the "Login" button and you will be redirected to the Cloudhiker website. If you are not logged in already, please do it now.
- You will be asked to confirm the connection of the browser extension and your Cloudhiker account. Please confirm this.
- The browser extension will connect to your account and is ready to be used.
- Click the extension icon to bring up the overlay. Click the "Next site" button and the extension will load a new random website from Cloudhiker in a new tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloudhiker Cloudhiker
ID llminhbdlggbajpchdaffgiamfnfjhia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloudhiker/llminhbdlggbajpchdaffgiamfnfjhia
คำอธิบาย The official Cloudhiker browser extension. Discover the internet directly from your browser.
ขนาดไฟล์ 35.3 KB
จำนวนการติดตั้ง 530
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-04-14
วันที่เผยแพร่ 2021-10-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://cloudhiker.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cloudhiker.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cloudhiker",
    "version": "0.1.1",
    "author": "Kevin Woblick",
    "description": "The official Cloudhiker browser extension. Discover the internet directly from your browser.",
    "options_page": "ui\/options.html",
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cloudhiker.net\/*",
            "http:\/\/cloudhiker.localhost\/*"
        ]
    },
    "action": {
        "default_popup": "ui\/popup.html",
        "default_icon": {
            "16": "\/images\/cloudhiker_16w.png",
            "32": "\/images\/cloudhiker_32w.png",
            "48": "\/images\/cloudhiker_48w.png",
            "128": "\/images\/cloudhiker_128w.png"
        }
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "16": "\/images\/cloudhiker_16w.png",
        "32": "\/images\/cloudhiker_32w.png",
        "48": "\/images\/cloudhiker_48w.png",
        "128": "\/images\/cloudhiker_128w.png"
    }
}