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

Chrome Extension Installation

I have chrome extension which get installed with using installer which install some process and bro… Read more Chrome Extension Installation

Chrome Extension - Get Html From A Separate Page Of A Website In The Background

I have made an extension that will track what manga a person reads on a manga site and list what ch… Read more Chrome Extension - Get Html From A Separate Page Of A Website In The Background

Override Existing Onkeydown Function

My extensions go through every input entered on an on any website that is loaded. What I do is I c… Read more Override Existing Onkeydown Function

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

How To Use Chrome Extension Api With Angular?

I am working on a chrome extension, I have a 'background.js' which it filters the url and f… Read more How To Use Chrome Extension Api With Angular?

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

$x() Function Is Not Defined Inside A Chrome Extension, Content Script

$x('//a[contains(@href,'.jpg')]'); works as expected from the developer tools comm… Read more $x() Function Is Not Defined Inside A Chrome Extension, Content Script

How To Periodically Check Whether A Tab Is Created Or Not, Just When The Chrome Extension Is Installed

I have set my website as a chrome extension.Presently when I click on the extension icon,it navigat… Read more How To Periodically Check Whether A Tab Is Created Or Not, Just When The Chrome Extension Is Installed

Desktop Capture Chrome Plugin

I was developing a chrome plugin in which captures desktop screen. I am using the sample plugin exa… Read more Desktop Capture Chrome Plugin

How To Read File From Chrome Extension?

I have popup.html where popup.js is invoked when popup is loaded by clicking on browser action. The… Read more How To Read File From Chrome Extension?

Execute Script After Click In Popup.html (chrome Extension)

I am trying to execute javascript on a page when I click on a button in popup.html. I tried to use … Read more Execute Script After Click In Popup.html (chrome Extension)

How To Test Firefox Plugin Locally

I have a basic Google Chrome extension which needs to be ported to Firefox. I uploaded the .crx fil… Read more How To Test Firefox Plugin Locally

Chrome Extension: How To Detect That Content Script Is Already Loaded Into A Tab?

I have the following code in my background script: chrome.tabs.onUpdated.addListener(function(tabId… Read more Chrome Extension: How To Detect That Content Script Is Already Loaded Into A Tab?

How Can I Save A Tab Thumbnail To Local Storage?

I'm trying to keep track of tab thumbnails for my google chrome extension, and would love for t… Read more How Can I Save A Tab Thumbnail To Local Storage?

Chrome Extension: Get Last Used Tab

I'm trying to create a simple plugin for Google Chrome. One of the functions would be a return … Read more Chrome Extension: Get Last Used Tab

How To Insert Html/js Into Window (of Type "panel") Created By Chrome.windows.create?

I'm creating a window in a Chrome Extension using chrome.windows.create. It's of type panel… Read more How To Insert Html/js Into Window (of Type "panel") Created By Chrome.windows.create?

How To Change Css Of Selected Text Using Google Chrome Extension

I am making an extension for Chrome browser that uses contextMenus to change CSS of the selected te… Read more How To Change Css Of Selected Text Using Google Chrome Extension

Window.requestanimationframe Silently Fails To Invoke Callback, But Generates A Valid Requestid, When Invoked Inside Of A Cross-domain Iframe

I am developing inside of a Google Chrome Extension. In this environment, I have the ability to inj… Read more Window.requestanimationframe Silently Fails To Invoke Callback, But Generates A Valid Requestid, When Invoked Inside Of A Cross-domain Iframe

Chrome Extension And Dropbox Dropin Saver Error

I'm writing a chrome extension to save images found on a webpage to dropbox. I'm trying to … Read more Chrome Extension And Dropbox Dropin Saver Error

Chome Extension: How To Change Behavior Of A Button Inside A Page?

I'm pretty sure that this is a dumb question, but I'm struggling to find a helpful answer t… Read more Chome Extension: How To Change Behavior Of A Button Inside A Page?