GNOME Shell integration

This extension provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org

GNOME Shell integrationคืออะไร?

GNOME Shell integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://extensions.gnome.org และคุณลักษณะหลักของมันคือ "This extension provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org"

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

screenshot

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

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

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

                        You MUST install native connector for this extension to work.

For Arch Linux, Debian, Fedora, Gentoo and Ubuntu you can install package named "chrome-gnome-shell".

You also can install connector manually. See https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation for install instructions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GNOME Shell integration GNOME Shell integration
ID gphhapmejobijbbhgpjhcjognlahblep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep
คำอธิบาย This extension provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 807,111
เวอร์ชันปัจจุบัน 11
อัปเดตครั้งล่าสุด 2022-07-13
วันที่เผยแพร่ 2018-03-20
คะแนน 3.78/5 รวมทั้งหมด 316 คะแนน
ผู้พัฒนา https://extensions.gnome.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wiki.gnome.org/Projects/GnomeShellIntegration
URL หน้าช่วยเหลือ https://gitlab.gnome.org/GNOME/gnome-browser-extension/-/issues
ภาษาที่รองรับ id,de,en,en-GB,fr,nl,no,tr,ca,da,et,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,ru,uk,iw,fa,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_gs_chrome__",
    "short_name": "GS Chrome",
    "description": "__MSG_manifest_description__",
    "version": "11",
    "default_locale": "en",
    "author": "Yuri Konotopov ",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlig8TAPPQZinMkJnptC0ldizx6fG9jSjZDJ9c8GuLcXeGRH+NMlQuPC9bR5IQlT7+4VY\/1tm1+IZ4xvITx1wXCNTR+KXzZv3VNc2D+logehK7oIRTRj0fLhixrx4NLSNK7L7HgV2xcIoW6QV0jOdFcTPL0mWXodXSzZePrvXuflF7qpwNxLzYVi04Vh3xu2oR2Pc9SwfZ4SNbyCaunH\/p8n5AYmDuogI2Ah++RZw0ctnqn7mmHrGXteBu\/vkpcHZu3B3eW9PFSrv69rRs8duybYR9C91hJm6yzRqZqIpindIU3k2HnNWeCFWkRVpZPhaNVoxcBUO7wWUUwdIflW2JwIDAQAB",
    "icons": {
        "16": "icons\/GnomeLogo-16.png",
        "48": "icons\/GnomeLogo-48.png",
        "128": "icons\/GnomeLogo-128.png"
    },
    "background": {
        "page": "extension.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/GnomeLogo-16.png",
            "32": "icons\/GnomeLogo-32.png"
        },
        "default_title": "__MSG_open_website__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensions.gnome.org\/*"
            ],
            "run_at": "document_start",
            "js": [
                "include\/constants.js",
                "include\/compat-content-script.js",
                "content-script-start.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/extensions.gnome.org\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "nativeMessaging",
        "notifications",
        "storage",
        "https:\/\/extensions.gnome.org\/"
    ],
    "optional_permissions": [
        "idle"
    ],
    "web_accessible_resources": [
        "include\/sweettooth-api.js"
    ]
}