Shopify Theme helper
Capture Shopify Theme Preview link
Shopify Theme helper क्या है?
Shopify Theme helper https://appsdart.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture Shopify Theme Preview link"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shopify Theme helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just browse on any store and click on the extension icon, it will show all the theme relevant details of the store. Features : 1. Jump to the Collection or Product Page Admin directly from the store while browsing. You must be logged in to use this feature. 2. Capture the current theme URL to share with others, it will generate relevant URL on the basis of any product or collection page which you’re browsing. - 3. Get rid of the sticky theme preview bar while working with debugger tools. Hide the bar by default for all the stores in just one click.
एक्सटेंशन की मूल जानकारी
नाम | Shopify Theme helper |
ID | palnodkhbhhnaoecdfbifdfpibklccdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/shopify-theme-helper/palnodkhbhhnaoecdfbifdfpibklccdk |
विवरण | Capture Shopify Theme Preview link |
फ़ाइल का आकार | 206 KB |
स्थापना संख्या | 578 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2022-11-04 |
प्रकाशन तिथि | 2019-12-22 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://appsdart.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://appsdart.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Theme helper", "version": "2.0.2", "manifest_version": 2, "description": "Capture Shopify Theme Preview link", "author": "Appsdart", "icons": { "16": "images\/themehelper_16x.png", "48": "images\/themehelper_48x.png", "128": "images\/themehelper_128x.png" }, "browser_action": { "default_icon": "images\/themehelper_48x.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "content.js" ], "all_frames": false } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "background", "clipboardWrite" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |