A Windows shell extension for mobile app files supporting
- .apk (android package)
- .ipa (iOS app package)
- .appx .appxbundle (Windows phone 8.1/10 app package, .xap is not supported)
This is the code repository, please visit the project page http://apkshellext.com for Download and more Information.
- Translators please read this first : [Translate Wiki page] (https://github.com/kkguo/apkshellext/wiki/Translation-and-Multi-language-support#1-translate)
- Project page is under re-construction, Thanasis Georgiou is taking control.
- Beta testers are always needed. Be prepared for your computer to explode.
- 📧 issue@apkshellext.com
- Join us on Telegram@apkshellext
- Feature request & Bug report, please go Issues
- Pull request is always welcome.
- Display app icon in explorer with best resolution.
- Customize-able Info-Tip for showing package information.
- Context menu for batch renaming, use customize-able patterns.
- Go to app store from context menu.
- Auto-check new version.
- Show overlay icon for different type of apps.
- Support 15+ languages (some are machine translated):
- English
- Chinese/中文(简体/繁體)
- Italian (by Vince. M)
- Korean (by zinc)
- Spain (by eXDead22)
- Persian (by Ali Rex)
- Hebrew (by gbyx Mottybig)
- Portuguese (by Eduardo Santos)
- German (by rekire)
- Japanese (by Noumi)
- French (by Charles Milette gds38)
- Turkish (by Mertcan)
- Greek (by sakisds)
- Hungarian (by eduardo650498)
- Arabic (by Nayef_Kanno)
- Russian (by goshan1598)
- QR code to download to phone
- Hook up adb function with namespace extension.
- drag-drop to install / uninstall to phone
Check Wiki for how to build from source code
SharpShell | Shell extension library |
SharpZip | Zip function implementation in C# |
Iteedee.ApkReader | the original APK reader, not in use currently |
PlistCS | iOS plist file reader |
PNGDecrush | PNG decrush lib |
Ionic.Zlib | Another Zip implementation, used by PNGDecrush |
QRCoder | QR code generator |
Ultimate Social | A free icon set for social medias |
Originally this project hosted on GoogleCode, now moved to Github and fully re-writen with a native apk reader. The obsolete code is on master branch