Bookmark Syncer

A Chrome Extension for Bookmark Sync

Wat is Bookmark Syncer?

Bookmark Syncer is een Chrome-extensie ontwikkeld door Hisheng, en de belangrijkste functie is "A Chrome Extension for Bookmark Sync".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark Syncer

Download Bookmark Syncer-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

                        It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly                    

Basisinformatie over de Extensie

Naam Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
Officiële URL https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
Beschrijving A Chrome Extension for Bookmark Sync
Bestandsgrootte 79.96 KB
Aantal Installaties 413
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-03-28
Publicatiedatum 2022-03-28
Ontwikkelaar Hisheng
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hishengs/bookmark-syncer
Help Pagina-URL https://github.com/hishengs/bookmark-syncer
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Syncer",
    "version": "2.0.0",
    "author": "[email protected]",
    "description": "A Chrome Extension for Bookmark Sync",
    "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [],
    "action": {
        "default_icon": "icon\/48.png",
        "default_title": "A Chrome Extension for Bookmark Sync",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/",
        "https:\/\/*.gitee.com\/"
    ],
    "default_locale": "en"
}