Gemsmark

A home for your precious websites, articles & videos.

Cos'è Gemsmark?

Gemsmark è un'estensione di Chrome sviluppata da Gemsmark LTD, e la sua funzione principale è "A home for your precious websites, articles & videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gemsmark

Scarica i file di estensione Gemsmark 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

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

Informazioni di Base sull'Estensione

Nome Gemsmark Gemsmark
ID gjjlndmmfjccdaonmplmlifdadagggoi
URL Ufficiale https://chromewebstore.google.com/detail/gemsmark/gjjlndmmfjccdaonmplmlifdadagggoi
Descrizione A home for your precious websites, articles & videos.
Dimensione del File 969 KB
Conteggio Installazioni 72
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-05-01
Data di Pubblicazione 2017-05-01
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore Gemsmark LTD
Tipo di Pagamento free
Sito Web dell'Estensione https://gemsmark.com
Lingue Supportate 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\/*"
    ]
}