pyDex
Python index
Qu'est-ce que pyDex ?
pyDex est une extension Chrome développée par berwin, et sa fonction principale est "Python index".
Télécharger le fichier CRX de l'extension pyDex
Téléchargez les fichiers d'extension pyDex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | bgplgkhpdjaafadjhefaminkkmjlfojn |
URL Officiel | https://chrome.google.com/webstore/detail/pydex/bgplgkhpdjaafadjhefaminkkmjlfojn |
Description | Python index |
Taille du Fichier | 347 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-11-23 |
Date de Publication | 2014-11-23 |
Développeur | berwin |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |