Tagged Questions
0
votes
0answers
5 views
How to open a new tab based on data taken from a FORM in “popup.html”?
I want to create a chrome extension which takes input from a "form" in popup.html and uses popup.js to open the website selected in a new tab.
**manifest.json**
{
"manifest_version": 2,
...
1
vote
1answer
136 views
Chrome extension: open link in new tab?
In my Stackoverflow foler I have stackoverflow.ico and 2 bellow files. When imported it to Chrome, it show the icon in adress bar but when I click on it, chrome dont open any new tab. What is my ...
0
votes
0answers
14 views
Chrome extension: advertisements pretends to be the current tab
I'm writing a chrome extension in which I occasionally refer to the current tab.
It's working fine except for I find from time to time that some advertisement was identified as the current tab. It's ...
1
vote
1answer
57 views
Chrome extension: select next tab?
Chrome extension: How can I activate the tab next to the current one (i.e. the one to its right). This is the code I have, but it doesn't work correctly - instead of the next tab, a random one seems ...
0
votes
1answer
41 views
Get the urls of all the tabs in all windows using chrome extension
Is this possible for chrome extension to get all the URLs in all tabs using chrome extension ?
I have got the url of current Tab using this code
chrome.tabs.getSelected(null, function(tab) {
...
1
vote
0answers
82 views
window.open after getting tabid in chrome extension not working
I am trying to open a new tab after getting the current tabid so that I can pass
a message from the newly opened tab to the previous one,
I am doing this:
myscr.js:
var myvar = 0;
...
0
votes
2answers
61 views
Chrome Tab creation Limit to 3 only?
I found that in my code snippet
no matter how large the number set, the chrome tab creation will only limit to 3 per time.
Anyone know why and solve this issue?
var number=xxx;
for (i=0;i<number; ...
0
votes
1answer
76 views
chrome extension create tab not work in chrome
my extension works good later but when i upgrade my chrome version to 24 asked me to edit manifest to version 2 not install extension
not links in popup.html not working for me
<a href="" ...
0
votes
2answers
462 views
chrome.tabs.query returns .url as undefined
Updated Issue: I can console.log any amount of tabs but no tabs have the url property.
Original Problem that is solved:I cannot seem to get this very simple piece of code to work in background.js. ...
0
votes
1answer
102 views
Open a new tab in a Chrome extension
I want to open a new tab and run this JavaScript in it:
document.body.scrollTop = document.getElementById("UserContainer").offsetTop-100
How would I do that?
0
votes
1answer
233 views
Chrome extension: create tab from within an iframe in popup
In my popup page I've an iframe tag which has a button in it. When this button is clicked a function, that is included in the iframe's script, is called. This function contains a call to ...
2
votes
0answers
161 views
SOLVED: Create new tab from browserAction in Chrome
Update: Found a solution in another one; apparently I miscopied it before! This worked:
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.tabs.create({'url': ...
2
votes
1answer
112 views
How to make tab and window active when result is found?
I want to bring the tab the extension is running on to the front of my window as soon as the match is found, even if I am currently working in a second window.
So far I have this code in my ...
2
votes
1answer
161 views
Chrome extension: Multiple tabs in popup window
I was wondering if there is a way to divide the popup window into more than one tab, when each tab functions as a different web page, using chrome extension APIs. Does somebody know if that's ...
0
votes
1answer
256 views
chrome-extension: get url of activated tab
I've deleted a question of mine because it seemed to be a duplicate question. But actually I think I came up with an answer that districts my question from the other one.
My original question:
I was ...
0
votes
0answers
25 views
Distinguishing between various tabs and storing some values w.r.t each of them for a chrome extension
I have to develop a chrome extension which will depending on the current focussed tab, show different pop up content. The contents to be shown takes about 5 seconds to generate. That necessitates the ...
0
votes
4answers
206 views
Chrome Extension error tab.url
I'm essentially just trying to get the current tab url if they're on youtube.com. I keep getting an error from the script.
Error:
Uncaught TypeError: Cannot call method 'getSelected' of ...
0
votes
1answer
52 views
Chrome App - Pinned in Manifest
I'm putting together a hosted Chrome app. Is it possible to specify the app as "pinned" in the manifest, so that when the user opens it, it is automatically opened as a pinned tab?
I saw this but I'm ...
1
vote
1answer
165 views
chrome active tab url passing to php file
I am making extension for Chrome and I need to pass the url of active tab to file with php code. My manifest.json code:
{ "name": "demo",
"version": "1.0",
"manifest_version": 2,
...
1
vote
1answer
194 views
Chrome extension History API
I am writing a chrome extension that needs to analyze the recent browsing history for a particular tab. The chrome.history API allows me to search for items in the global history, but seemingly ...
0
votes
1answer
58 views
recovering chrome tab identity
I would like to compute the identity of tabs in the chrome browser in a way that survives a browser restart. I am trying to implement the solution proposed in this question.
In my bg.htmtl, I wrote ...
4
votes
0answers
120 views
Re-establishing tab identity in a chrome extension after browser restart
My Chrome extension saves some data in localStorage, and it needs to do this on a per-tab basis. Using the tab id I get from the API allows me to save the data in a way I need. Unfortunately, if the ...
0
votes
0answers
30 views
how to work with tabs API on chrome extension [closed]
I'm a beginner on chrome extension, also I would like to build an extension that manipulate tabs to get tab information and highlight the tab on specific event. I google it but there are just ...
1
vote
0answers
47 views
Action when chrome extension closing
I've a chrome extension wich open a new tab and inject any javascript into it.
But whenever that the extension is reloaded, it open again a new tab.
So, i want close the tabs when my extension is ...
1
vote
0answers
139 views
Double click on Google Chrome Action listener
I am trying to make a chrome extension but unable to get double click on a browser tab working.
I looked the Chrome.tab API here but unable to find any such function. Is there any way we can have a ...
2
votes
1answer
201 views
Issue in opening multiple tabs via chrome.tabs.create
I am encountering an issue in opening multiple tabs using chrome.tabs.create method. I am trying to open some 9 tabs in loop using chrome.tabs.create, though the number of tabs that open up get ...
1
vote
1answer
223 views
How to open and use the same tab for several different link in popup.html
I'm actually working on my first Chrome Extension and i need to improve some function.
Actually i'm new of chrome extensions and can't figure out how i can manage tabs.
Actually the extension open a ...
1
vote
1answer
150 views
Open and close tabs based on array contents with delay
I want to create new tabs based on the URL in an array, however in the process I need the script to wait for the page in the new tab to load first or wait a few seconds then close the tab and create a ...
1
vote
2answers
441 views
Retrieving which tabs are open in Chrome?
Is there a way to retrieve all the tabs open and sort them in to an array in Chrome? So if Gmail and YouTube were open, there would be two entries in the array entitled "gmail.com" and "youtube.com".
0
votes
1answer
119 views
Highlighted tabs in chrome extension API
Please give me an advice on chrome extension API. I'm trying to write a code that would do the same thing like when I highlight all the tabs in chrome, click the right button on them and choose ...
1
vote
2answers
1k views
Display current URL in a chrome extension
After doing some research, the code that I have come up with is this:
var outUrl;
// first get the windowid
chrome.windows.getCurrent(function(window) {
// then ...
0
votes
2answers
434 views
Select multiple tabs in Chrome
I want to write an extension, which can allow users to use their mouses to select multiple tabs in Chrome (the select tabs will be highlighted), just like some multiple-tab handler extensions for ...
0
votes
1answer
83 views
Chrome extension remembers the tab from which a tab was openned
I often open many tabs in Chrome, especially when I read wikipedia. The problem is that when I read through an article in wikipedia and want to go back to continue reading the previous article, which ...
2
votes
2answers
281 views
Chrome extension with tabs
I have been spending my last three days on trying to get this work, so please don't reply with a link to the chrome API or something like that.
I'm developing a Chrome extension that comunicates with ...
2
votes
1answer
2k views
chrome.tabs.create is giving an error - “Uncaught TypeError: Cannot call method 'create' of undefined”
My manifest.json contains
"content_scripts": [
{
"matches": ["http://www.facebook.com/*","https://www.facebook.com/*"],
"js": ["js/jquery-1.7.2.min.js", "js/jquery.livequery.min.js", ...
0
votes
0answers
123 views
How to stop info.linkUrl converting & in url to &?
Chrome's info.linkUrl returns the url string with & ; instead of & which is creating a problem when i am parsing it. How can i correct this???
function getDocs(info, tab)
{
var url = ...
1
vote
2answers
789 views
Chrome Tabs URL Redirecting
Good evening everyone ,
I am beginning a chrome extension and in a certain scenario I need to redirect (change URL) of a user's tab .
Here's my code
function changeTabURL(tabName,addr) {
var ...
0
votes
1answer
362 views
Chrome extension - open multiple tabs after filling in the form
I am trying to create a chrome extension - when an user clicks on a icon, the popup window with the form appears. The textarea in the form can contain more parameters which comes to URL. After filling ...
0
votes
1answer
255 views
Find original url of links rather than the tracking url from google, facebook etc
I am making a chrome extension for pdf links
function getD(info, tab)
{
var url = info.srcUrl;
var sb = "http://www.abcfadsds.com/?url="+info.linkUrl;
chrome.tabs.create({"url":sb});
}
Now ...
1
vote
1answer
312 views
How to pass variable from background_page to tab in Google Chrome extension
I first right click an image.
On clicking the context menu item i am executing a script from my background_page, part of which is -
function getView(info, tab){
chrome.tabs.executeScript(null, ...
0
votes
2answers
173 views
Chrome Extension: In Tabs doc don't exist this “chrome.tabs.getSelected” but I see aniway in examples
as title I can't able find this method into the Api -> Tabs...
Way and where?
Thanks'
0
votes
1answer
380 views
Writing HTML into a new tab
In my extension, I'm creating a new tab and would like to write my own html to it - that's generated dynamically.
Can it be done.
I'm calling chrome.tabs.create() to create a new tab - now I just ...
0
votes
2answers
751 views
Get html from a selected tab [closed]
So i want to get html of a selected tab when i press OK. But something doesnt work. What am i missing?
manifest.json
{
"name": "extension",
"version": "1.0",
"description": "discription",
...
0
votes
1answer
2k views
How to Get Pages That Are Opened in Tabs
I am trying to write an extension for Google Chrome. My extension will need info about opened tabs, actually, I want to know, for instance, in tab[1], http://www.google.com is open.
How I will ...
1
vote
2answers
4k views
open multiple tabs on a single window by a single click using JavaScript
I need to open multiple tabs on a single window, new window instance for a single link will not be a problem but when it comes to 20+ (which is my case) then 20+ new windows are really a problem, so I ...
0
votes
1answer
149 views
Close Chrome with extension
Is it possible to close the entire application within a chrome extension?
1
vote
1answer
109 views
chrome extension javascript problem
I started trying to write chrome extension and I'm having problem with simple function:
script inside "backgroound.html":
...
2
votes
2answers
217 views
Chrome Javascript Extension - How do I open a page in a new tab w/o actually going to that tab?
I'm currently writing an extension for Chrome (the way you can integrate jQuery etc is pretty awesome, just like greasemonkey) however I have stumbled upon a problem:
I would like to open a page in a ...
0
votes
1answer
145 views
how to detect the loading tab Id or I want current loading tab id (which is not current selected tab) using chrome.tab methods
I am building chrome extension i need to detect the current loading tab id's from the current tab (which is not loading but selected tab).
I tried events like onUpdated and onSelectionChanged these ...
0
votes
1answer
277 views
How to keep a state of a tab in a chrome extention
I'm trying to write a chrome extension that needs to keep a state of each tabs in which the script will be executed.
My first idea was to have a map in the background page that associate the current ...




