Quarchive

Traditional "Web 2.0" social bookmarking, with small improvements

What is Quarchive?

Quarchive is a Chrome extension developed by http://quarchive.com, and its main feature is "Traditional "Web 2.0" social bookmarking, with small improvements".

Extension Screenshots

screenshot

Download Quarchive Extension CRX File

Download Quarchive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quarchive Quarchive
ID jamkonoipijchpkbkimibchodleeigde
Official URL https://chrome.google.com/webstore/detail/quarchive/jamkonoipijchpkbkimibchodleeigde
Description Traditional "Web 2.0" social bookmarking, with small improvements
File Size 68.52 KB
Installation Count 94
Current Version 1.4.0
Last Updated 2020-12-20
Publish Date 2020-05-22
Developer http://quarchive.com
Email [email protected]
Payment Type free
Extension Website https://quarchive.com/
Help Page URL https://quarchive.com/faq
Supported Languages 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"
}