Gemsmark

A home for your precious websites, articles & videos.

Wat is Gemsmark?

Gemsmark is een Chrome-extensie ontwikkeld door Gemsmark LTD, en de belangrijkste functie is "A home for your precious websites, articles & videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gemsmark

Download Gemsmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gemsmark Gemsmark
ID gjjlndmmfjccdaonmplmlifdadagggoi
Officiële URL https://chromewebstore.google.com/detail/gemsmark/gjjlndmmfjccdaonmplmlifdadagggoi
Beschrijving A home for your precious websites, articles & videos.
Bestandsgrootte 969 KB
Aantal Installaties 72
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-05-01
Publicatiedatum 2017-05-01
Beoordeling 3.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Gemsmark LTD
Betalingswijze free
Extensiewebsite https://gemsmark.com
Ondersteunde Talen 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\/*"
    ]
}