3D Randomizer

Get random 3D printing models from famous 3D printing websites

3D Randomizer란 무엇입니까?

3D Randomizer은(는) PeriniM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get random 3D printing models from famous 3D printing websites"입니다.

확장 프로그램 스크린샷

screenshot

3D Randomizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the 3D Randomizer! With just the click of a button, you'll have access to a vast array of 3D printing designs accurately chosen from Cults3D.com. Say goodbye to hours of browsing and searching for the perfect design. This extension will randomly choose a design for you, giving you the freedom to explore new and exciting possibilities. Whether you're a seasoned 3D printing pro or just starting out, this extension is a must-have for anyone looking to boost their creativity and streamline their 3D printing process. Give it a try today and see what you can create!                    

확장 프로그램 기본 정보

이름 3D Randomizer 3D Randomizer
ID lbjdommmhnfdapkijofjeplgiaejojcl
공식 URL https://chromewebstore.google.com/detail/3d-randomizer/lbjdommmhnfdapkijofjeplgiaejojcl
설명 Get random 3D printing models from famous 3D printing websites
파일 크기 169 KB
설치 횟수 168
현재 버전 1.1.0
최근 업데이트 2023-02-02
출시 날짜 2023-01-30
평점 4.75/5 총 4 개의 평점
개발자 PeriniM
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://perinim.github.io/3D-randomizer-website/src/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3D Randomizer",
    "version": "1.1.0",
    "description": "Get random 3D printing models from famous 3D printing websites",
    "manifest_version": 3,
    "author": "Marco Perini",
    "action": {
        "default_popup": "src\/index.html",
        "default_title": "3D Print Randomizer"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}