ShopifyNerds app and theme detector
Want to kno what theme or app a store is running? Relax, we got this
什麼是ShopifyNerds app and theme detector?
ShopifyNerds app and theme detector是由ShopifyNerds開發的Chrome擴展程式,該擴展的主要功能是“Want to kno what theme or app a store is running? Relax, we got this”。
擴展截圖
下載ShopifyNerds app and theme detector擴展crx文件
下載ShopifyNerds app and theme detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you ever been on a Shopify store and you wanted to know what they were using? Maybe it was an app or maybe it was their theme. Well ShopifyNerds has you covered! We'll be updating this free tool often so you'll be able to get a leg up on the competition!
擴展基本資訊
名稱 | ShopifyNerds app and theme detector |
ID | plnaopngjldoddagichpcpcafkcbbpck |
官方網址 | https://chromewebstore.google.com/detail/shopifynerds-app-and-them/plnaopngjldoddagichpcpcafkcbbpck |
簡介 | Want to kno what theme or app a store is running? Relax, we got this |
檔案大小 | 124 KB |
安裝次數 | 606 |
目前版本 | 1.0 |
更新時間 | 2019-01-30 |
上架時間 | 2019-01-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ShopifyNerds |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShopifyNerds app and theme detector", "description": "Want to kno what theme or app a store is running? Relax, we got this", "version": "1.0", "author": "ShopifyNerds", "homepage_url": "https:\/\/shopifynerds.com\/detector", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon-disabled.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "data\/shopify_apps.js", "data\/shopify_themes.js", "js\/detector.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "js\/content.js" ], "run_at": "document_end" } ] } |