Bookmark Syncer
A Chrome Extension for Bookmark Sync
Cos'è Bookmark Syncer?
Bookmark Syncer è un'estensione di Chrome sviluppata da Hisheng, e la sua funzione principale è "A Chrome Extension for Bookmark Sync".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark Syncer
Scarica i file di estensione Bookmark Syncer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly Informazioni di Base sull'Estensione
| Nome | |
| ID | mgeeacninhjdldchnllhlncfjcajfpbp |
| URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp |
| Descrizione | A Chrome Extension for Bookmark Sync |
| Dimensione del File | 79.96 KB |
| Conteggio Installazioni | 413 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2022-03-28 |
| Data di Pubblicazione | 2022-03-28 |
| Sviluppatore | Hisheng |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/hishengs/bookmark-syncer |
| URL della Pagina di Aiuto | https://github.com/hishengs/bookmark-syncer |
| Lingue Supportate | 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"
} | |