safari-extension
How can a Safari extension know if Private Browsing mode is on?
I\'m writing a Safari extension and want it to behave differently when the user turns on Private Browsing mode (I want to respect this private mode).[详细]
2023-01-20 05:50 分类:问答How to detect in Safari if an Application is Installed
I\'m attempting to write a simple plugin in safari that only needs to check if an appl开发者_开发问答ication I have developed is installed via javascript. The application launches using a custom uri.[详细]
2023-01-19 16:59 分类:问答In safari extensions, form onsubmit doesn't work
Alright, now I am downright bewildered on what is happening.I am creating a safari extension called unibar(which is a separate toolbar extension, not a t开发者_JS百科oolbar item), a clone of Chrome\'s[详细]
2023-01-16 23:44 分类:问答Can I tell if a frame access will be cross-domain before performing it?
I am trying to find the DOM iframe or frame element for each of the frames in a window\'s frames collection. The fastest way to do this, I think, is to access the frame\'s frameElement property. This[详细]
2023-01-16 10:08 分类:问答how to append link to text block using Safari Extensions
I\'m trying to create a safari extension that will place an \"Add to BibDesk\" link after any text that looks like a BibText entry. BibText entries look like this:[详细]
2023-01-15 14:13 分类:问答Safari 5 extension to load a URL without opening window
I\'m fairly bad at javascript, but here\'s what I want. I have a PHP script on my server, and when a user presses my Safari Extension button, I want a request (url) sent to my server (www.myurl.com/di[详细]
2023-01-15 12:26 分类:问答How to format settings
I have an extension that I want to have the user input time info into so that my extension will execute at certain 开发者_运维知识库times.I want to have this input be done through the global settings.[详细]
2023-01-14 02:01 分类:问答Safari extension message to injected.js
I try to send a message from to global page to my injected.js on the moment that a s开发者_开发技巧etting changes:[详细]
2023-01-13 01:47 分类:问答How to add javascript code to safari extension?
I create a safari extension , but I don\'t kown how to add javascript code to safari extensi开发者_开发技巧on?A Safari extension is almost entirely Javascript. That\'s a bit of an oversimplification,[详细]
2023-01-12 20:50 分类:问答Safari extension settings
I\'m building a safari extension... I need to get some settings, but, messages are asynchronous, so, if I query the global page for some settings, it isn\'t there right away... How can I solve this??[详细]
2023-01-12 18:40 分类:问答