Tiny Host

The Tiiny Host extension helps you share your work online faster

Tiny Host란 무엇입니까?

Tiny Host은(는) https://tiiny.host에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Tiiny Host extension helps you share your work online faster"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tiny Host 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        tiiny.host is a web hosting platform that simplifies the process of hosting and sharing web projects. It has hosted over 100,000 links and caters to a wide range of users, including individuals, startups, and corporates. The platform aims to provide a hassle-free experience for hosting prototypes, making it perfect for sharing quick updates with clients.

With tiiny.host, users can easily upload their web project files, including HTML, ZIP, and PDF formats. They can either drag and drop individual files or a zip file containing their content. The platform offers the option to enter a custom link name or simply click upload. Once uploaded, users can copy and share the generated link.

The platform offers various features to enhance the hosting experience. It provides analytics that show the impact of client drafts, helping users understand how their designs are received. Tiiny.host allows users to launch their portfolios in seconds, offering a quick and efficient way to showcase their work. Additionally, users can password protect their demos to restrict access and maintain privacy.

Tiiny.host is designed to scale, handling millions of pageviews across all uploaded content. It offers fast and global hosting through a content delivery network (CDN), ensuring efficient delivery to users worldwide. The platform also includes SSLs for security, providing a safe hosting environment.

Users can easily share their work by dragging and dropping files onto the platform. Tiiny.host automatically tracks visitor analytics, allowing users to monitor the impact of their projects. Custom domains can be connected for a more personalized branding experience. Password protection is available to restrict access and keep projects private.

The platform offers different pricing plans to cater to various user needs. The Pro plan is suitable for freelancers, agencies, and organizations, providing features such as multiple active sites, larger file uploads, custom domains, built-in analytics, password protection, and more. The Solo plan is designed for individuals and small sites, while a free plan is available for those who want to try out the platform with limited features.

The platform offers a code editor, team member collaboration, and a Mac App for convenient access. It also provides customer support through live chat and offers a 7-day money-back guarantee.

Tiiny.host caters to various use cases, including free static website hosting, web hosting for small businesses and students, zip file hosting, hosting Marzipano VR projects, hosting HTML files, PDF uploads, and more. The platform offers documentation, FAQs, and a contact option for users to seek assistance.                    

확장 프로그램 기본 정보

이름 Tiny Host Tiny Host
ID meippdeigckopliglcajepbiaoaccflc
공식 URL https://chromewebstore.google.com/detail/tiny-host/meippdeigckopliglcajepbiaoaccflc
설명 The Tiiny Host extension helps you share your work online faster
파일 크기 428 KB
설치 횟수 52
현재 버전 1.0.1
최근 업데이트 2023-08-11
출시 날짜 2023-07-01
개발자 https://tiiny.host
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tiiny.host
도움말 페이지 URL https://tiiny.host/help
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny Host",
    "short_name": "Tiiny",
    "version": "1.0.1",
    "description": "The Tiiny Host extension helps you share your work online faster",
    "icons": {
        "16": "\/icons\/icon16.ico",
        "32": "\/icons\/icon32.jpg",
        "48": "\/icons\/icon48.ico",
        "192": "\/icons\/icon192.ico"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/tiiny.host\/*",
                "https:\/\/api.tiiny.host\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tiiny.host\/*",
                "https:\/\/api.tiiny.host\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/tiiny.host\/*",
        "https:\/\/api.tiiny.host\/*"
    ],
    "action": {
        "default_popup": "index.html"
    }
}