Artdash
This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…
Artdash क्या है?
Artdash aberttang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Artdash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show more pictures on one page
Load pictures with page numbers, no need to scroll.
Multiple channel combined search
Load 100 pictures at a time
Batch download एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | djoimljlahpegjdfmfdeckgdbeghhjdm |
| आधिकारिक URL | https://chromewebstore.google.com/detail/artdash/djoimljlahpegjdfmfdeckgdbeghhjdm |
| विवरण | This is a plug-in for artstation, which allows you to view pictures efficiently, find pictures quickly, and open big pictures in… |
| फ़ाइल का आकार | 863 KB |
| स्थापना संख्या | 228 |
| वर्तमान संस्करण | 0.0.3 |
| अंतिम अपडेट | 2023-04-25 |
| प्रकाशन तिथि | 2021-11-20 |
| डेवलपर | aberttang |
| ईमेल | [email protected] |
| भुगतान के प्रकार | in_app |
| गोपनीयता नीति पृष्ठ URL | https://www.pinnbaba.com/privacy |
| समर्थित भाषाएँ | en,pt-BR,ru,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "zh_CN",
"description": "__MSG_description__",
"version": "0.0.3",
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"64": "assets\/64.png",
"128": "assets\/128.png"
},
"permissions": [
"storage",
"identity",
"downloads"
],
"host_permissions": [
"https:\/\/www.artstation.com\/*"
],
"options_page": "options.html",
"oauth2": {
"client_id": "186220532281-o33ah8jbbmrhe00h2ou3q1bqps6v6pk7.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
}
} | |