3D Art Gallery
Browse 3D art in each new tab
3D Art Gallery क्या है?
3D Art Gallery https://3dfocal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse 3D art in each new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 3D Art Gallery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Browse 3D art in each new tab. Choose what you like from 18 galleries that update every week.
एक्सटेंशन की मूल जानकारी
नाम | 3D Art Gallery |
ID | lgcfgkoenohfloamkokelhncjojpihgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/3d-art-gallery/lgcfgkoenohfloamkokelhncjojpihgl |
विवरण | Browse 3D art in each new tab |
फ़ाइल का आकार | 394 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 0.9.2 |
अंतिम अपडेट | 2021-05-25 |
प्रकाशन तिथि | 2021-05-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://3dfocal.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.3dfocal.com/browser-extensions |
सहायता पृष्ठ URL | https://www.3dfocal.com/support |
गोपनीयता नीति पृष्ठ URL | https://www.3dfocal.com/policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3D Art Gallery", "homepage_url": "https:\/\/www.3dfocal.com", "description": "Browse 3D art in each new tab", "default_locale": "en", "permissions": [ "https:\/\/sketchfab.com\/*", "storage" ], "icons": { "16": "icons\/3dart16.png", "32": "icons\/3dart32.png", "48": "icons\/3dart48.png", "128": "icons\/3dart128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "browser_style": true }, "chrome_url_overrides": { "newtab": "override.html" }, "version": "0.9.2", "content_security_policy": "script-src 'self' ; object-src 'self'" } |