Extension Extractor
Extract installed Extensions and Apps
Extension Extractorคืออะไร?
Extension Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Herr และคุณลักษณะหลักของมันคือ "Extract installed Extensions and Apps"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Extractor
ดาวน์โหลดไฟล์ส่วนขยาย Extension Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In development beta software. Extraction is currently only available for apps with permission to write to files and folders and extensions with permission to manage downloads. Access the extraction menu by opening the developer tools and clicking the tab. Dev tools can be opened for any software by enabling dev mode on chrome://extensions, finding the item, and clicking an inspect view button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
คำอธิบาย | Extract installed Extensions and Apps |
ขนาดไฟล์ | 6.02 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 2016.070 |
อัปเดตครั้งล่าสุด | 2016-03-11 |
วันที่เผยแพร่ | 2016-03-10 |
ผู้พัฒนา | Daniel Herr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://danielherr.github.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "description": "Extract installed Extensions and Apps", "devtools_page": "devtools.html", "homepage_url": "https:\/\/danielherr.github.io", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Extension Extractor", "offline_enabled": true, "permissions": [ "debugger", "downloads" ], "version": "2016.70", "version_name": "2016.070" } |