Quarchive

Traditional "Web 2.0" social bookmarking, with small improvements

Hvad er Quarchive?

Quarchive er en Chrome-udvidelse udviklet af http://quarchive.com, og dens hovedfunktion er "Traditional "Web 2.0" social bookmarking, with small improvements".

Udvidelsesskærmbilleder

screenshot

Download Quarchive-udvidelses-CRX-fil

Download Quarchive-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allows you to sync your local browser bookmarks to Quarchive.  When you create, edit or delete a bookmark that change is synced to Quarchive.  There is also a periodic full sync every 30 minutes.                    

Grundlæggende oplysninger om udvidelsen

Navn Quarchive Quarchive
ID jamkonoipijchpkbkimibchodleeigde
Officiel URL https://chrome.google.com/webstore/detail/quarchive/jamkonoipijchpkbkimibchodleeigde
Beskrivelse Traditional "Web 2.0" social bookmarking, with small improvements
Filstørrelse 68.52 KB
Antal Installationer 94
Nuværende Version 1.4.0
Senest Opdateret 2020-12-20
Udgivelsesdato 2020-05-22
Udvikler http://quarchive.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://quarchive.com/
Hjælpeside-URL https://quarchive.com/faq
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Cal Paterson",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "description": "Traditional \"Web 2.0\" social bookmarking, with small improvements",
    "icons": {
        "48": "48x48.png",
        "96": "96x96.png"
    },
    "homepage_url": "https:\/\/quarchive.com",
    "manifest_version": 2,
    "name": "Quarchive",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "bookmarks",
        "cookies",
        "https:\/\/quarchive.com\/",
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.4.0"
}