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 |
公式URL | 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 |
Eメール | [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" } ] } |