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

Chrome Extension Content Script - Inject Javascript Before Page Code

I am trying to make a Chrome extension with a content script to inject a script into a webpage befo… Read more Chrome Extension Content Script - Inject Javascript Before Page Code

"communicate" The Contents Js And Background Js Files In Extension

I am writing an extension and I encountered a problem: I can not send data from the extension menu … Read more "communicate" The Contents Js And Background Js Files In Extension

Html5 Audio. How To Get Bitrate

I'm writing an extension for google chrome. And I have a situation: I've got a link for mp3… Read more Html5 Audio. How To Get Bitrate

How Do I Remove The Space At The Bottom Of The Page(chrome Extension)?

How can I remove the ugly white space at the bottom under the radio buttons? There is nothing in th… Read more How Do I Remove The Space At The Bottom Of The Page(chrome Extension)?

Chrome Extension Sending Message From Iframe To Event Page Then To Content Script

I have inserted an iframe from content script. It works fine. But if I want to display parent's… Read more Chrome Extension Sending Message From Iframe To Event Page Then To Content Script

How To Include A Link In A Webkit Notification?

I am creating a Chrome extension and I am using the Webkit notifications API. I need to show a link… Read more How To Include A Link In A Webkit Notification?