Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome Extension

Does Javascript Have The Equivalent Of Python's __getattribute__?

Does JavaScript have the equivalent of Python's __getattribute__? In the sense that I'd lik… Read more Does Javascript Have The Equivalent Of Python's __getattribute__?

"your Browsing History" On Google Chrome Extension

So I wrote a Google Chrome extension. All I want to do is provide the ability to open a new tab of … Read more "your Browsing History" On Google Chrome Extension

Window.getselection Returning Undefined Or Null

This is probably a very beginner question, but I'm about to pull my hair out because I can'… Read more Window.getselection Returning Undefined Or Null

Chrome Extension: Detecting Keypresses In Google Docs

Hey my friends and I new to javascript and are encountering problems with some code. Currently we&… Read more Chrome Extension: Detecting Keypresses In Google Docs

Chrome Extension: Unable To Pass Message To Content.js

I am trying to send a message from background.js to content.js. addListener in content.js is not w… Read more Chrome Extension: Unable To Pass Message To Content.js

Chrome Extension - Best Method Of Reducing Load Time While Using Content Scripts

I'm building a chrome extension that is supposed to look through an array of over 12,000 values… Read more Chrome Extension - Best Method Of Reducing Load Time While Using Content Scripts

Delay Return To Wait For Asynchronous Functions (beforeunload Event)

In this coding example the function logout() won't execute all it's async calls and won'… Read more Delay Return To Wait For Asynchronous Functions (beforeunload Event)

Chrome Extension - Js Function Is Unrecognizable

I'm new to chrome extensions development. I'm trying to build a very basic extension just t… Read more Chrome Extension - Js Function Is Unrecognizable

File Input In Chrome Extension Popup

I want the user to be able to upload text files as input through the browserAction popup for my ext… Read more File Input In Chrome Extension Popup

Typeerror: Browser Is Undefined (web Extension Messaging)

I am trying to communicate my web page script with my content script of my web extension with the c… Read more Typeerror: Browser Is Undefined (web Extension Messaging)

How To Launch A Chrome App From A Chrome Extension?

Typically an app is opened from chrome://apps/ or in the button Chrome apps, but how would from an … Read more How To Launch A Chrome App From A Chrome Extension?

Retrieve All Data From Localstorage (without Knowing The Key Name)

I'm looking for a way to get all the information out of localStorage. The trouble I'm havin… Read more Retrieve All Data From Localstorage (without Knowing The Key Name)

Chrome Extension: Using Document.queryselector In Background Script

I'm trying to set a variable equal to the favicon url of the current page. Are you not able to … Read more Chrome Extension: Using Document.queryselector In Background Script

Access Localstorage In 'content.js' Via `chrome.storage.sync.get` And Display The Token In Console.log

By entering the 'matches' page: ['*: //*.app.com/*'] tries to access the localstora… Read more Access Localstorage In 'content.js' Via `chrome.storage.sync.get` And Display The Token In Console.log

Google Chrome Extension Content Security Policy

I'm working on a Google Chrome extension that should include Facebook's sdk.js but the prob… Read more Google Chrome Extension Content Security Policy

Send Text With Post Method From Chrome Extension

Send big text with chrome extension. I'm trying to send big text which is stored in my local st… Read more Send Text With Post Method From Chrome Extension

Sending Data Over Chrome Extension To Rest

I am trying to send my selection to a server using post and server need REST, Tested my data with A… Read more Sending Data Over Chrome Extension To Rest

Chrome Inject Script Inconsistency Issue

Below function I did was to redirect user to a login page, and then inject a js to login the user. … Read more Chrome Inject Script Inconsistency Issue

Closure Dev Mode & Chrome Packaged App -- "document.write() Is Not Available In The Sandbox Of Packaged Apps"

I'm running into issues in development mode with Closure as the security policies for my Chrome… Read more Closure Dev Mode & Chrome Packaged App -- "document.write() Is Not Available In The Sandbox Of Packaged Apps"

Securing Website Api Keys In Chrome Extensions

I'm building a Chrome extension using the Remember the Milk web API. In order to call methods i… Read more Securing Website Api Keys In Chrome Extensions