Support syncing of settings in Chrome extension
Use chrome.storage.sync to store preferences instead of chrome.storage.local, to allow settings to be synchronized if the user chooses to sign in in Chrome and enables synchronization of extension preferences.
This commit is contained in:
parent
78359d8b03
commit
0be8e72d6f
4 changed files with 91 additions and 10 deletions
|
@ -15,6 +15,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
-->
|
||||
<script src="feature-detect.js"></script>
|
||||
<script src="options/migration.js"></script>
|
||||
<script src="preserve-referer.js"></script>
|
||||
<script src="pdfHandler.js"></script>
|
||||
<script src="extension-router.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue