Questions tagged as 'google-chrome'

1
answer

How to send messages to the open tabs of an app in chrome

I'm fixing the sync part between the open tabs of my app and I remembered that Google Chrome has an API that if I'm not mistaken does exactly what I need, send messages internally in an application. I took a look at Google and Chrome Develope...
asked by 08.04.2014 / 04:04
1
answer

javascript does not load image

I'm making a game in Javascript and the images do not load. When I open the console ( F12 ) it does not display an error. This happens in Google Chrome and Firefox. But when I put <img src="imagem.png"> it appears. <canvas i...
asked by 03.11.2015 / 15:34
1
answer

How do I access the clipboard image from the browser?

Does anyone have any idea how to access the image that is in the clipboard when we give a Print Screen on any screen? What I need is to have access to the image by giving ctrl + v to the browser, just like this application works: link...
asked by 03.06.2014 / 16:02
2
answers

console.debug is not working in Chrome

I am using the 58.0.3029.110 (64-bit) version of the browser (the last available here when creating this question), and when trying to execute the following code: console.debug("Teste", 1); The result is only: undefined And noth...
asked by 11.05.2017 / 16:39
2
answers

How do I save and export an object in the browser console?

On the Cashier website, lottery results are displayed in the console in the form of objects. link I can give a right-click on the Object line, which contains all the contest data, and then click on "Store as global variables". A varia...
asked by 28.07.2018 / 22:02
1
answer

WebBrowser in C # using Chrome

I have a browser application that I created using the class WebBrowser of System.Windows.Forms , this class uses the IE browser engine. Now I need to create a browser application using chrome. What's the best library for me to do...
asked by 13.05.2017 / 08:06
1
answer

Microsoft Edge passing strange characters in AJAX call

I have an Ajax call on a web system, where you specify a date of dismissal, and you dismiss an employee on that date: dataistheparameterthatcomeswiththeAjaxcall.WhenItestinChromeoranyotherbrowser,itworksperfectly.ButmyclientusesEdge,andwhenI...
asked by 11.05.2018 / 21:29
1
answer

I need to create an extension for Google Chrome that runs an .exe or something similar

I need to make my website run a local system (your .exe), passing some attributes to the executable, I want to make an extension for Google Chrome so that I can pass the parameters for it to run the program. How do I do that? If it is not possib...
asked by 05.08.2016 / 21:42
1
answer

How much data can cookies store? [duplicate]

Cookies are information stored by websites on your computer but how much data can cookies store?     
asked by 25.03.2017 / 15:51
2
answers

Debug by the chrome of javascript objects

I put a break point in my function javascript(F9) and then I give F12 to chrome with the application open. I press a button that will call this function for example and not to break. I can not see what each variable, paramet...
asked by 10.08.2015 / 18:22