pyDex
Python index
pyDex क्या है?
pyDex berwin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Python index"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में pyDex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For the people who are going through any kind of tutorial, beginner, intermediate, or experienced, sometimes we just forget what certain functions do. We hoped to create a simple, streamlined solution to that problem.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | bgplgkhpdjaafadjhefaminkkmjlfojn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pydex/bgplgkhpdjaafadjhefaminkkmjlfojn |
विवरण | Python index |
फ़ाइल का आकार | 347 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2014-11-23 |
प्रकाशन तिथि | 2014-11-23 |
डेवलपर | berwin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pyDex", "version": "0.0.2", "manifest_version": 2, "description": "Python index", "homepage_url": "http:\/\/bearwin.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "css\/injected.css" ] } ] } |