syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
Vad är syncmarx?
syncmarx är en Chrome-tillägg utvecklad av mcleodgaming, och dess huvudfunktion är "Web extension built for cross-browser bookmark syncing to the cloud.".
Tilläggsskärmbilder
Ladda ner syncmarx-förlängningens CRX-fil
Ladda ner syncmarx-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization. Grundläggande Information om Tillägg
| Namn | |
| ID | llcdegcpeheociggfokjkkgciplhfdgg |
| Officiell webbadress | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
| Beskrivning | Web extension built for cross-browser bookmark syncing to the cloud. |
| Filstorlek | 1.3 MB |
| Antal Installationer | 3,758 |
| Aktuell Version | 0.8.2 |
| Senast Uppdaterad | 2022-09-24 |
| Publiceringsdatum | 2019-07-05 |
| Betyg | 4.51/5 Totalt 61 Betyg |
| Utvecklare | mcleodgaming |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://syncmarx.com/ |
| URL till Sekretesspolicy Sidan | https://syncmarx.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "syncmarx",
"version": "0.8.2",
"author": "Greg McLeod",
"description": "Web extension built for cross-browser bookmark syncing to the cloud.",
"icons": {
"48": "icons\/icon_48.png",
"96": "icons\/icon_96.png"
},
"permissions": [
"bookmarks",
"https:\/\/*.dropboxapi.com\/",
"https:\/\/*.google.com\/",
"https:\/\/*.googleapis.com\/",
"https:\/\/*.box.com\/",
"storage"
],
"browser_action": {
"default_icon": "icons\/icon_38.png",
"default_title": "syncmarx (alpha)"
},
"background": {
"scripts": [
"app.js"
]
}
} | |