Sync Bookmarks

Synchronise bookmarks

Wat is Sync Bookmarks?

Sync Bookmarks is een Chrome-extensie ontwikkeld door Richard Wong, en de belangrijkste functie is "Synchronise bookmarks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sync Bookmarks

Download Sync Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sync Bookmarks Sync Bookmarks
ID nhmikhiiiehhokigianadabbcbdbanmp
Officiële URL https://chromewebstore.google.com/detail/sync-bookmarks/nhmikhiiiehhokigianadabbcbdbanmp
Beschrijving Synchronise bookmarks
Bestandsgrootte 547 KB
Aantal Installaties 93
Huidige Versie 1.40
Laatst Bijgewerkt 2018-04-11
Publicatiedatum 2018-04-10
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Richard Wong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ricwtk.github.io/sync-bookmarks/
Help Pagina-URL https://ricwtk.github.io/sync-bookmarks/
Ondersteunde Talen 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"
        ]
    }
}