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文件

下載3D Randomizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}