Question

I'm a developer of http://userscripts.org/scripts/review/86621, a simple script, which allows to monitor your websites' positions in Google SERPs.

A list of user's websites sets by an array in the beginning of the script. It was acceptable for me, until:

  • some users asked about a simple way to add long lists of URLs
  • I converted to Chrome, there isn't an "Edit script" button there

Is there any API, which help to access to settings by native browser way (via chrome://settings/extensionSettings, by clicking "Options" button)?

Also I'll be happy to know about such APIs for other browsers.

Was it helpful?

Solution

Use a Chrome Extension Options Page to create an options button. prefutils.js can be used by Firefox extensions to achieve the same effect.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top