Is there any API to be used to add a custom item into the chrome context menu? For example: Now, I wanna add a \"send to ...\" item to context menu(right click), wh开发者_如何转开发en it is clicked
Is it possible somehow via a Chrome extension to remove most of the window border content (like address bar, tab bar)?
I am looking for a way to determine a given tab\'s opener (parent tab) within a Google Chrome extension.
Im using date.js to compare to dates that are written in user friendly string form(Sat, 1 July 2006 12:34:14). I use this code.
chrome extension - popup page has links. need to show the description on hover of the links as a popup to the left side of the link(means the description div will come outside of the ext开发者_StackOv
I wanted to ask if there is a way to capture the print events (like IE onbeforeprint and onafterprint events). Actually I would like to do more. I want to know if I could interrupt printing, cancel it
I am developing a Google Chrome extension. When a popup is clicked, 开发者_高级运维I would like the input box present in the popup.html file to contain the selected text of the current webpage.
I\'m developing an extension for Google Chrome, and have run into some trouble.I created an options.html page and added it to the manifest.json file.The page shows properly.
So I am trying to create an extension in Chrome (a prototype for a project that I am doing) that targets all of the <div> tags of any web page, hides them or rather doesn\'t displ开发者_运维问答
I 开发者_如何学Chave begun using Google Chrome as a primary browser, but I miss my Evernote extension, which can clip a web page directly to the local Evernote application. Is it possible for me to wr