How to install my .xpi on firefox android

前端 未结 5 1100
自闭症患者
自闭症患者 2021-02-14 10:53

I work on a firefox addon using JPM.

I want to install it on my android phone, i\'ve run \"jpm xpi\" and copy xpi on my sdcard. When i browse to file://path/to/my/xpi in

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-14 11:29

    Create a html file with this code:

        
    
    
            
            Load files
            
        
        
        
        
        
        
        
    

    Then copy the xpi files into the same folder, you can load them dynamically and then click on corresponding link.

提交回复
热议问题