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

How To Store The Values Retrieved From Content Script Into Textboxes With A Button Click

I am new to building chrome extension. I am using content script to retrieve the values. But Iam un… Read more How To Store The Values Retrieved From Content Script Into Textboxes With A Button Click

Is It Possible To Show Webpage In A Window From My Chrome Extension, Only Using Js, Html And Css?

I'm trying to develop a Google Chrome extension. When the user clicks the extension button, a s… Read more Is It Possible To Show Webpage In A Window From My Chrome Extension, Only Using Js, Html And Css?

Chrome Extension Append Input To Url.

I'm currently creating a Chrome Extension that has a popup.html and in that pop up is 2 things.… Read more Chrome Extension Append Input To Url.

Chrome Extension Loop Check For Button Errors

I am trying to create a chrome extension that once I click the chrome extension, the script will st… Read more Chrome Extension Loop Check For Button Errors

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?

Writing To A File In Javascript Using Filesystem Api

I am trying to write to local file system using FileSystem API in Chrome. I am getting the followin… Read more Writing To A File In Javascript Using Filesystem Api

Chrome Extension Help - What's The Process For Adding The Url Of An Open Page To The Html Of The Default_popup In Manifest.json

I've got the following manifest: { 'name':'Fix the Web extension', '… Read more Chrome Extension Help - What's The Process For Adding The Url Of An Open Page To The Html Of The Default_popup In Manifest.json

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)?

Localization In Chrome Extensions

I have a query related to localization of Chrome extensions. I am trying to localize the text in a … Read more Localization In Chrome Extensions

Chrome Extension To Pull Text From Script

I'm attempting to pull 'webId%22:%22' var string from a script tag using JS for a Chrom… Read more Chrome Extension To Pull Text From Script

Why Is My Javascript Chrome Extension Code Not Working? (loop Check For Button)

I am trying to make a chrome extension that constantly checks for the button with the ID 'produ… Read more Why Is My Javascript Chrome Extension Code Not Working? (loop Check For Button)

Using Plugins In Chrome Extension

I am making a Chrome extension and want to implement a plugin mark.js (https://markjs.io/) that wou… Read more Using Plugins In Chrome Extension

How To Get A Page Source In Html?

I'm using HTML and javaScript .. I'm trying to build a chrome extension , which will displa… Read more How To Get A Page Source In Html?

Jquery Dialog Not Displaying Correctly When Injected

I'm making a Chrome extension and I'm trying to inject Jquery when the user clicks an eleme… Read more Jquery Dialog Not Displaying Correctly When Injected

Send Message To Background Page, Update The Html, And Then Show It In A Tab

I have a chrome extension where a user inputs some information and it generates a report. Now of co… Read more Send Message To Background Page, Update The Html, And Then Show It In A Tab

How Can An Iframe That Has Content, Have An Undefined Contentdocument Object?

I've been trying to develop a browser extension that needs to inject event handlers into all iF… Read more How Can An Iframe That Has Content, Have An Undefined Contentdocument Object?

Getting Snippet Of Text From External Page Into Google Chrome Extension

I'm try to develop a simple google chrome extension. What it does it that it displays the num… Read more Getting Snippet Of Text From External Page Into Google Chrome Extension

Extension: Chrome.storage Set

Hello everyone :) my other post where we solved the GET. Ok, I got the base working once again - i … Read more Extension: Chrome.storage Set

Internationalization Of Html Pages For My Google Chrome Extension

I found a very easy way to implement translation (or localization) of my Google Chrome Extension, b… Read more Internationalization Of Html Pages For My Google Chrome Extension

Injecting Javascript Into Newly Created Tab In Chrome Extension

I am attempting to make a chrome extension that creates a new tab with a local 'blanksite.html&… Read more Injecting Javascript Into Newly Created Tab In Chrome Extension