Shopify Theme helper
Capture Shopify Theme Preview link
Shopify Theme helperคืออะไร?
Shopify Theme helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appsdart.com และคุณลักษณะหลักของมันคือ "Capture Shopify Theme Preview link"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify Theme helper
ดาวน์โหลดไฟล์ส่วนขยาย Shopify Theme helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |