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

How To Add A Button To Play Youtube Video Full Screen Using Javascript?

I'm coding a Google Chrome extension where I embed a YouTube video: Solution 1: There is a lit… Read more How To Add A Button To Play Youtube Video Full Screen Using Javascript?

Get Fingerprint Of Current Page's Ssl Certificate In A Chrome Extension

I'm attempting to write an extension which verifies the SHA1 fingerprint of a site's SSL ce… Read more Get Fingerprint Of Current Page's Ssl Certificate In A Chrome Extension

Using Third Party Libraries

I want to integrate a Timeline in a chrome extension of mine. I already downloaded the js files and… Read more Using Third Party Libraries

Jquery Validate Within Chrome Extension Options Page

Completely new to this and JavaScript and coding in general so my apologies go out before I start. … Read more Jquery Validate Within Chrome Extension Options Page

How To Pass Data From Content Script To Popup.html?

I'm learning how to make chrome extensions. I have a content script that will obtain some data … Read more How To Pass Data From Content Script To Popup.html?