Gemsmark

A home for your precious websites, articles & videos.

Was ist Gemsmark?

Gemsmark ist eine Chrome-Erweiterung, die von Gemsmark LTD entwickelt wurde, und ihr Hauptmerkmal ist "A home for your precious websites, articles & videos.".

Erweiterungsscreenshots

screenshot

Gemsmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gemsmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        All the precious things you find on the internet. All in one place.                    

Grundlegende Informationen zur Erweiterung

Name Gemsmark Gemsmark
ID gjjlndmmfjccdaonmplmlifdadagggoi
Offizielle URL https://chromewebstore.google.com/detail/gemsmark/gjjlndmmfjccdaonmplmlifdadagggoi
Beschreibung A home for your precious websites, articles & videos.
Dateigröße 969 KB
Installationsanzahl 72
Aktuelle Version 1.0.2
Letztes Update 2017-05-01
Veröffentlichungsdatum 2017-05-01
Bewertung 3.20/5 Insgesamt 5 Bewertungen
Entwickler Gemsmark LTD
Zahlungsart free
Erweiterungswebsite https://gemsmark.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gemsmark",
    "version": "1.0.2",
    "description": "A home for your precious websites, articles & videos.",
    "icons": {
        "16": "background\/assets\/icons\/icon-16.png",
        "48": "background\/assets\/icons\/icon-48.png",
        "128": "background\/assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "background\/assets\/icons\/icon-19.png",
            "38": "background\/assets\/icons\/icon-38.png"
        },
        "default_title": "Gemsmark"
    },
    "author": "Tamas Pap ",
    "background": {
        "scripts": [
            "background\/assets\/js\/frameworks.js",
            "background\/assets\/js\/app.js"
        ]
    },
    "commands": {
        "savePage": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Save to Gemsbox"
        }
    },
    "offline_enabled": false,
    "omnibox": {
        "keyword": "gems"
    },
    "options_page": "options\/index.html",
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "http:\/\/gemsmark.dev\/",
        "http:\/\/app.gemsmark.dev\/",
        "http:\/\/api.gemsmark.dev\/*",
        "https:\/\/development.gemsmark.com\/",
        "https:\/\/app.development.gemsmark.com\/",
        "https:\/\/api.development.gemsmark.com\/*",
        "https:\/\/gemsmark.com\/",
        "https:\/\/app.gemsmark.com\/*",
        "https:\/\/api.gemsmark.com\/*"
    ],
    "web_accessible_resources": [
        "tab\/assets\/*"
    ]
}