Questions tagged as 'chrome'

1
answer

get the current URL

Very good I have created a plugin for chrome and it fails me to get the URL current and then work with it with just one button in mainfest.json I have this: { "name": "Dom_Test", "version": "1", "manifest_version": 2, "descr...
asked by 22.11.2018 / 11:24
1
answer

Start with kiosk mode in win 10 and chrome

I have a site like a catalog with a touchscreen. In windows 7 I simply created a shortcut by adding properties / destination: "c \ xxx \ xxx \ chrome" --kiosk link Now I'm doing the same but in Windows 10 .. the above did not work, although...
asked by 22.10.2018 / 14:23
0
answers

Problem with local web in chrome on windows 10

I have a website within my network, which is an application and brings a screensaver or presentation designed in Flash , which is executed after 1 minute without any movement. I call it by an alias like paginita or% ip 130...
asked by 24.10.2018 / 20:50
0
answers

Chrome Mobile - theme-color tag - Some colors do not work

I am using the tag: <meta name="theme-color" content="#eef1f5"> To add the effect in chrome mobile that the header and the search bar take the color of my web. But it is not working for me with all colors, specifically colors close to...
asked by 22.10.2018 / 10:48
0
answers

problem with captcha only in chrome, using php

Something strange happens to me, using the php rechatpcha with php, I did not have problems, but when I upload exactly the same site to another server, (changing the secret keys) it stops working, that is, it always directs me to the message of...
asked by 09.10.2018 / 14:21
0
answers

Is it possible to send the streaming of the webRTC licode to a TV with Chromecast?

I'm working with Licode and the video call is going well. Now I would like to be able to transmit the video call to my tv with the help of a Chromecast. Something like what youtube does for example, where the transmit icon appears and when press...
asked by 24.07.2018 / 18:05
0
answers

Default FavIcon in chrome overwrites favicon from another page

Does anyone know why Google chrome's default favicon overwrites the favicon of other pages for a moment? example. I realized that when developing my website, it has the same effect. NOTE: I've noticed that it only happens in google chro...
asked by 14.06.2018 / 21:26
0
answers

It does not work for me to add dynamic option in Chrome

This is my first time here since I am learning more in depth the subject of programming. I have a problem that is that I have a select with dynamically added options, but only the MOZilla is displayed well, in Chrome they are not displayed, but...
asked by 16.04.2018 / 17:00
0
answers

I can not minimize my screen in my chrome extension

I was trying to do a basic extension for good chrome what I wanted is that when I open my extension I minimize the chrome only when I open it or activate or load it. the json is: { "name": "CHANNEL NAME", "version": "0.1", "manifes...
asked by 03.03.2018 / 13:29
2
answers

JavaScript. Return variable with asynchronism

I'm creating a Chrome extension. I have the following function that I want to return True or False depending on the message answered. OK true, otherwise false. The function that must return true / false is sendMsgToBackgroundChangeStatus ()...
asked by 25.02.2018 / 23:55