Sync Bookmarks

Synchronise bookmarks

What is Sync Bookmarks?

Sync Bookmarks is a Chrome extension developed by Richard Wong, and its main feature is "Synchronise bookmarks".

Extension Screenshots

screenshot

Download Sync Bookmarks Extension CRX File

Download Sync Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension saves URLs as bookmarks. The saved bookmarks can be synchronised with Google account. You can also access and edit the bookmarks using the web app.                    

Extension Basic Information

Name Sync Bookmarks Sync Bookmarks
ID nhmikhiiiehhokigianadabbcbdbanmp
Official URL https://chromewebstore.google.com/detail/sync-bookmarks/nhmikhiiiehhokigianadabbcbdbanmp
Description Synchronise bookmarks
File Size 547 KB
Installation Count 93
Current Version 1.40
Last Updated 2018-04-11
Publish Date 2018-04-10
Rating 2.00/5 Total 1 Ratings
Developer Richard Wong
Email [email protected]
Payment Type free
Extension Website https://ricwtk.github.io/sync-bookmarks/
Help Page URL https://ricwtk.github.io/sync-bookmarks/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.40",
    "name": "Sync Bookmarks",
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/icon.png"
    },
    "description": "Synchronise bookmarks",
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon.png",
        "default_title": "Sync Bookmarks",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*",
        "*:\/\/apis.google.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAMb25Phbx6WVIm\/a+RIpMdYVMrzaCbL2N6q2MjLlobu031ior10xZGe3gTG6GG1wFDivLFJcuNkVoaqWyFz5xXpisFfbrgOhv3nvF+xo\/AnQGV97aDw0qBm\/NUv+QeL7LC4ABcpWD1GhTsINO630kkC6ePtnolp4p4nRWcVkYRuqBE8Irk7Q67sVutTZ34Goy0X9nhk\/AWQ8ikgFsvGvGIt5BiSWSiKizaktG+YRRAOSWS8ELwbPDCneFht0GXAJ\/gFpdeIuCCtVh5hJ4v2nm5QqGaTjYcMPyKmRNKB7Xt9+DkcTfP6wuvdEJ2e3N4LogthqEC0yMiVxWXQr9yoGwIDAQAB",
    "oauth2": {
        "client_id": "903494531768-18mrnp3b725foc9v8rt0bmdd5mqat6e4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appfolder",
            "email"
        ]
    }
}