Is there a way to export the Online site (SharePoint Online) like one done in Onpermises using a power shell script "Export-SpWeb "http://AAAAA:28769/sites/TargetSite" -ItemUrl "/sites/TargetSite/GA folder" -NoFileCompression -Path "E:\Temp" "
which export all the xmls for the particular site ?
Or is there any alternative to view those xmls including manifest.xml using any tools or something like that ??