Gemsmark

A home for your precious websites, articles & videos.

Gemsmark क्या है?

Gemsmark Gemsmark LTD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A home for your precious websites, articles & videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gemsmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Gemsmark Gemsmark
ID gjjlndmmfjccdaonmplmlifdadagggoi
आधिकारिक URL https://chromewebstore.google.com/detail/gemsmark/gjjlndmmfjccdaonmplmlifdadagggoi
विवरण A home for your precious websites, articles & videos.
फ़ाइल का आकार 969 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2017-05-01
प्रकाशन तिथि 2017-05-01
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर Gemsmark LTD
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gemsmark.com
समर्थित भाषाएँ 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\/*"
    ]
}