WP Detect
Detect WP Plugins and themes
WP Detect क्या है?
WP Detect Offcon Info Security द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect WP Plugins and themes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WP Detect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome Extension will check for the themes and plugin on the current webpage.
एक्सटेंशन की मूल जानकारी
नाम | WP Detect |
ID | jdfohafahkdilhehnefganaoechoejng |
आधिकारिक URL | https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng |
विवरण | Detect WP Plugins and themes |
फ़ाइल का आकार | 55 KB |
स्थापना संख्या | 844 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-08-07 |
प्रकाशन तिथि | 2013-08-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Offcon Info Security |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WP Detect", "version": "1.0", "description": "Detect WP Plugins and themes", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "\/js\/jquery.js", "\/js\/script.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "img\/icon-128.png", "default_title": "WP Detect", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "img\/icon-128.png" } } |