Reverse-Engineer-er
Imitation is the highest form of flattery
Reverse-Engineer-erคืออะไร?
Reverse-Engineer-er เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hungryhungrytimo และคุณลักษณะหลักของมันคือ "Imitation is the highest form of flattery"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reverse-Engineer-er
ดาวน์โหลดไฟล์ส่วนขยาย Reverse-Engineer-er ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | fdhojghdoifnfnfdoenkgpdclfimdaif |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fdhojghdoifnfnfdoenkgpdclfimdaif |
คำอธิบาย | Imitation is the highest form of flattery |
ขนาดไฟล์ | 365 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2015-11-12 |
วันที่เผยแพร่ | 2015-11-12 |
ผู้พัฒนา | hungryhungrytimo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse-Engineer-er", "version": "0.0.5", "manifest_version": 2, "description": "Imitation is the highest form of flattery", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ] } |