* first look in the browser localstorage (browser explorer) or locahost explorer. if the url start with `browser/*` or `localhost/*`
* then check if the @arg url is located in the localhost, in the node_modules or installed_contracts folder
* then check if the @arg url match any external url
*
* @param {String} url - URL of the content. can be basically anything like file located in the browser explorer, in the localhost explorer, raw HTTP, github address etc...
(cb)=>{if(!splitted){cb('URL not parseable: '+url)}else{this.importFileCb('localhost/installed_contracts/'+splitted[1]+'/contracts/'+splitted[2],cb)}},
(cb)=>{if(!splitted){cb('URL not parseable: '+url)}else{this.importFileCb('localhost/installed_contracts/'+splitted[1]+'/contracts/'+splitted[2],cb)}},