pyDex
Python index
pyDexคืออะไร?
pyDex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย berwin และคุณลักษณะหลักของมันคือ "Python index"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pyDex
ดาวน์โหลดไฟล์ส่วนขยาย pyDex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |