Tagged Questions
1
vote
0answers
11 views
Chrome 27: New Tab Page extension can't steal focus from Omnibox
With Chrome 27, it seems that extensions that override Chrome's New Tab Page can't take focus away from Chrome's Omnibox like they used to in previous versions of Chrome.
Is there a new way to focus ...
0
votes
0answers
29 views
google extension popup doesn't appear using OnClick
here is my site source code:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script ...
0
votes
0answers
23 views
Google Chrome extension Temporary files' location
It's been more than 3 hours that I've been looking for the exact location (under OS X 10.6.8), but still can't find it.
I'm using PageSpeed Insights and try to find where e.g. the temporary ...
0
votes
1answer
21 views
jquery event in Tabs
I'm creating a chrome extension, adding a "tab" to a website:
(function () {
$(".tabs").append('<li><a data-toggle="tab" href="#MyNewTab" onclick="MyExtClick()">NEW ...
0
votes
2answers
26 views
creating an evenlistener for a list which was added using a node appendChild
I'm trying to add a select list dynamically to my html. I've done this successfully by adding a node to the dom. My problem is on a separate javascript file I want to create an eventlistner which ...
0
votes
0answers
41 views
How to make a google chrome extension link to a searched item on a page [closed]
I know the basics of HTML and a few other languages.
I'm attempting to create a google chrome extension that will search a word on the website http://etymonline.com/
I managed to create a working ...
0
votes
1answer
50 views
document.getElementById doesn't work with <template> custom tag
I'm developing a Google Chrome extension and I want to add <li> to <ul> tag via JavaScript:
var newLI = document.createElement("LI");
var ul = document.getElementById('tag_list');
...
0
votes
2answers
41 views
chrome extension - submit values not working
Chrome extension isn't working, here is my code...
//manifest.json
{
"manifest_version": 2,
"name": "auto login",
"description": "With this extension you can auto login.",
"version": ...
0
votes
1answer
41 views
CSS transition not working in Chrome Extension
I am trying to make the word "credits", when :hovered on, expand to show the credits in a Chrome Extension. It isn't working.
Here is my CSS for the credits:
.credits{
float: right;
text-align: ...
1
vote
1answer
43 views
Need to get selected text as a string from the current tab
Here's the code I currently have:
var clicked = function(){
var selection
chrome.tts.speak(selection, {'lang': 'en-US', 'rate': 0.8, 'enqueue': true});
}
chrome.contextMenus.create({
...
0
votes
1answer
45 views
True mobile screen emulator ?
I have this page :
http://people.opera.com/andreasb/viewport/ex01.html
Which uses viewport for different mobile screen sizes.
When I run this at my iphone I do see the font changes :
But when ...
0
votes
0answers
58 views
Clicking a link in gmail doesn't trigger my jquery event, What can I do to fix it?
The 'click' event in not trigger when you click on a link in gmail. Click on links in other sites work and clicking on simple text in gmail works. But not when you click on a link in gmail.
...
0
votes
1answer
52 views
Size of popup does not match up with its content
In an extension I made for Chrome, I have defined the width and height of the popup to be 600 x 300 px. It works perfectly fine before until Chrome recently updated to Chrome 27.
From the image ...
0
votes
0answers
30 views
javascript window.getSelection() circular reference error [duplicate]
I am working on a chrome extension. I am using window.getSelection() method to change the properties of the selected text, but I want to save the DOM of the selected text so that on visiting the site ...
0
votes
0answers
43 views
Google Chrome Extension: Source on Load
I need to gather the source code of a webpage on load and send it to a text file.
Preferred specs:
On webpage load
Save the entire HTML source
Overwrites any previous text in the file being saved ...
2
votes
0answers
85 views
DOM's charset different from the displayed on screen
I'm facing a weird problem. The text inside the html has accents, e.g.:
<p>é</p>
It is displayed correctly in the screen (é), but the content inside the DOM instance does not accepts ...
0
votes
1answer
42 views
window.postMessage behaves abnormal on Chrome extension
I use window.postMessage in Chrome Extension Content script:
function() {
window.addEventListener("message", function(event) {
console.log(event);
}, false);
window.postMessage({ ...
0
votes
1answer
60 views
Getting a page with jQuery .get - Google Chrome Extentions
I'm creating a Google Chrome extension. I've done this before, anyway I'm trying to load a page and HTML from the page. Not trying ot display it, just trying to get a div's contents on the page.
...
2
votes
1answer
217 views
Call angular method in chrome extension popup page when popup page is loaded?
I'm writing a chrome extension that uses angularjs to get a JSON response from an API. The page bellow is the popup for the extension. At the moment there is a form that calls a method in the angular ...
0
votes
2answers
63 views
Show context-menus only when certain elements are clicked
I am kinda stuck with something and I need your help.
I am trying to show context-menus only when a user right-clicks on a certain elements in the page.
I thought I solve this problem by using ...
0
votes
2answers
34 views
Browser extensions cause errors on website
Extensions installed on Chrome and IE sometimes cause errors on my website. I want that extensions do not affect my website, can I block them with JavaScript? And I know it sounds a little bit stupid ...
2
votes
1answer
49 views
Chrome extension permission (read data in a website)?
I have built a website and a chrome extension associated with it.
I want to read all data on my website (eg. read and write cookies)
So I wrote to the manifest (let's say my website is example.com, ...
-1
votes
1answer
92 views
Programmatically click on an anchor from the content page [closed]
I am writing a script that does the following: When a user goes to a given URL, behind the scenes the contentPage calls an XMLHttpRequest and loads another page, programmatically clicks on an anchor ...
1
vote
0answers
69 views
Manifest Version 2 and Trying to Images and Open Popup Links
Manifest:
{
"background": {
"scripts": ["jquery-1.4.1.min.js"]
},
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png",
"default_title": "Roblox Hat ...
0
votes
1answer
51 views
Web page marker/annotator/highlighter
Could someone suggest a tool that I can use to achieve the following:
Basically, I need to enclose the text of interest with a rectangle and write a label in the neighborhood.
I'm not sure what we ...
0
votes
1answer
153 views
Getting the div-class id on clicking using jquery
Bear with me please if this sounds too simple.
I am writing a chrome extension that once the user right clicks on an object in the page, the context menu appears and there he has an option to get the ...
-1
votes
2answers
97 views
Can not establish a connection between background page and content page
I am writing chrome extension and I am trying to send an message between background pages and content pages.
Problem is that the connection is never established. I even copied the code from google ...
1
vote
2answers
508 views
How to get innerHTML content of iframe element
hi i am trying to get inner HTML of iframe element
my html document a structure is like this
<body>
<div>
<iframe id="frame1">
<html>
...
1
vote
1answer
102 views
How do I create a userstyle for Google Chrome and the Google Tasks website?
I want to create a Stylish script, for Google Chrome that will change the notes <textarea> size on the Google Tasks page.
The element I want to style is:
<textarea id=":2.notes-editor" ...
1
vote
2answers
66 views
How to modify a site element with chrome extensions
I want to modify the content of a site with an extension, there are <ul> and <il> tags, (inside a <div>) and I want to add another <il> element inside the <ul>. Any idea?
...
0
votes
1answer
144 views
JavaScript can not call content script JS function
I am developing chrome extension. I loaded JavaScript file successfully but the problem is external JavaScript (which I have loaded) can not call the function of content script files my code is as ...
1
vote
1answer
99 views
Google Chrome extensions autoupdate
As Google says here you don't have to specify something if you host your Chrome app in Google Servers. But why all the extensions I analysed had this code in their manifest.json. Should I also write ...
1
vote
0answers
109 views
Chrome new tab autofocus
I am making a chrome extension and I am using the following
manifest.json
{
"name": "Test extension",
"version": "1.1",
"description": "Test extension.",
"icons": {
...
2
votes
1answer
86 views
Get url from google chrome tab
I'm building an extension for chrome, and I'm trying to pass the chrome tab url (with JS) dynamically to the html file. I read other people questions regarding the same issue, but it didn't work in my ...
0
votes
1answer
130 views
Overlaying the page contents from Google Chrome extension
I am writing a very simple Google Chrome extension, but have faced such a multitude of issues that it's a bit overwhelming for a project of such a miserable scale.
The extension is a very simple one: ...
1
vote
2answers
316 views
Checkbox Check Event Listener
Recently I have been working with the Chrome Plugin API and I am looking to develop a plugin which will make life easier for me for managing a website.
Now what I wish to do is to fire an event when ...
-1
votes
2answers
83 views
Chrome extension who modify html with “if”, “add” command
I'm not a skillful coder, that's why my explanation is going to be easy and basic.
I want to make a personal Google Chrome extension that makes HTML changes in a web page i don't own. I don't care if ...
2
votes
2answers
282 views
Hiding loading overlay when popup loses focus
I am working on a chrome extension with a popup which shows up when you click on the extension icon. On popup, I have a button which once clicked shows loading box on the currently open tab page.
...
-1
votes
2answers
100 views
Chrome extension iFrame all actions outside it
I am making a chrome extension and I am loading a webpage using iFrame. But, I want all actions that come from it (ex. users click on a link, searches if there is searchbox) to go to with no iFrame ...
1
vote
2answers
439 views
Web Page Source Annotation Tool
<ul class="contact">
<li class="first">Carnegie Mellon University</li>
<li>5000 Forbes Avenue, Pittsburgh, PA 15213</li>
</ul>
=>
<ul class="contact">
...
1
vote
2answers
88 views
possible to mark an html element to only use browser's default css?
I am developing a chrome extension which works on many websites and adds a search text box to the page. Is there a way to mark this input element such that it only uses browser's default CSS styles ...
0
votes
1answer
60 views
page_action doesn't work in developer mode
the problem is very simple: if make extension for chrome and use
chrome.pageAction
to put icons inside the address bar, This Extensions dont work in developmode. Why NOT ?
background.html
...
-1
votes
2answers
97 views
Parsing html breaks javascript-related items although scripts are preserved
So, I have a script that takes the innerHTML of body (yes, all the stuff in the body tag), converts all the Arabic numerals (123) into Arabic-Indic numerals (١٢٣), and replaces the innerHTML with the ...
1
vote
1answer
61 views
How to check if mouse is over a notification window in Chrome?
http://developer.chrome.com/extensions/notifications.html
I need to close the notification window after X seconds only if user's mouse is not over the notification window being displayed.
var ...
0
votes
1answer
122 views
Ajax Response ReadyState Jumps To 4
I'm building a chrome extension and my Ajax request's response comes off as "ready" (Status 200 and readystate 4) 4 times instead of just once , and it doesn't go through stages 1-3 . Instead 4 times ...
1
vote
1answer
185 views
Force div to be topmost element of any and all webpages
I'm currently building an open-source plugin for Chrome. It's pretty far done -- but there's a couple bugs I'm trying to sort out. Essentially, a div (injected into a page's HTML) that moves ...
1
vote
1answer
159 views
Not able to use JQuery in Chrome Extensions
I have a Google Chrome Extension in which I have a background.js and I am trying to use JQuery in it.
Getting following error.
Uncaught ReferenceError: $ is not defined
My manifest File code part
...
1
vote
1answer
26 views
Unable to determine the results of a Google Groups search using Javascript in a Chrome extension
I'm writing a Chrome extension that searches for posts in a Google Group whose subject lines contain a given character string. From the browser, using the search query "subject:", I get the search ...
1
vote
1answer
163 views
Detect if chrome panels are enabled
I would like to detect if panels are enabled in chrome, in javascript.
Currently, you can create a panel with this code:
chrome.windows.create({ url: "[url]", width: 500, height: 516, type: ...
2
votes
2answers
231 views
Chrome Extension: How to redirect to a custom HTML page in response to specific web request?
Disclaimer: I'm brand new to writing Chrome extensions.
I'd like to write an extension that redirects all web traffic to a specific domain, let's say wikipedia.org, to an intermediate page that says ...






