[NB 1.9] Chrome right click uploader by Astramak
Extend for upload imaged by right click now and for the chrome 🙂
Demo: https://chrome.google.com/extensions/detail/hajopjfclddkghhobpeaeddffcmmafon
Download: http://netmalbert.ru/download/ChromeExt.zip
Okay, now what you need to make this working 🙂
You seen something like this:
This archive upload images to demo.chevereto.com, for change adresses on yours open background.html
Edit 6 line
and 11
Also change locales and options page.
If you need upload extension to chrome extension library or pack ext. - read google FAQ`s how it made.
🙂
Extend for upload imaged by right click now and for the chrome 🙂
Demo: https://chrome.google.com/extensions/detail/hajopjfclddkghhobpeaeddffcmmafon
Download: http://netmalbert.ru/download/ChromeExt.zip
Okay, now what you need to make this working 🙂
- Unzip extension[/*]
- Open Chrome
[/*] - Open Tools > Extensions. [/*]
- Open Developer mode [/*]
- Click the Load unpacked extension button. [/*]
- In the file dialog, navigate to your extension's folder and click OK.[/*]
You seen something like this:
This archive upload images to demo.chevereto.com, for change adresses on yours open background.html
Edit 6 line
Code:
var baseUrl="http://demo.chevereto.com/?url="+ctx.srcUrl;
and 11
Code:
var baseUrl="http://demo.chevereto.com/?urlrez="+ctx.srcUrl;
Also change locales and options page.
If you need upload extension to chrome extension library or pack ext. - read google FAQ`s how it made.
🙂