Gemsmark

A home for your precious websites, articles & videos.

Gemsmark란 무엇입니까?

Gemsmark은(는) Gemsmark LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A home for your precious websites, articles & videos."입니다.

확장 프로그램 스크린샷

screenshot

Gemsmark 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}