Gemsmark

A home for your precious websites, articles & videos.

Gemsmarkคืออะไร?

Gemsmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gemsmark LTD และคุณลักษณะหลักของมันคือ "A home for your precious websites, articles & videos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gemsmark

ดาวน์โหลดไฟล์ส่วนขยาย Gemsmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}