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

Module Load Progress Events In Nacl With Manifest_version = 2 And No Inline Javascript

I upgraded my manifest_version to '2' as per this document, and then was suprised to see ch… Read more Module Load Progress Events In Nacl With Manifest_version = 2 And No Inline Javascript

Elementbyid Finds Element But Won't Add Event Listener (chrome Extension)

I have a form in my extension's popup with the code: Submit And then in the attached script, … Read more Elementbyid Finds Element But Won't Add Event Listener (chrome Extension)

Jquery - Hide Only Visible Images (before Load) On Document Ready

I'm developing a Chrome extension, and require a functionality such that I want to get all visi… Read more Jquery - Hide Only Visible Images (before Load) On Document Ready

How Can I Make The Variable Newuser Defined Inside A Function Global?

I send the variable newUser from options.html to background.html with chrome.extension.getBackgroun… Read more How Can I Make The Variable Newuser Defined Inside A Function Global?

Cannot Delete Urls With Chrome's History Api

I am making a Chrome extension to remove certain URLs from my history, using Chrome's history A… Read more Cannot Delete Urls With Chrome's History Api

Running An Extension In Background On Page Load/refresh

I'm new to writing extensions (and javascript). I'd like an extension to run on a timer whe… Read more Running An Extension In Background On Page Load/refresh