Panda Helper

Enables embedding of all webpages in Panda Network websites.

Panda Helperとは何ですか?

Panda Helperはhttps://panda.networkによって開発されたChromeの拡張機能で、その主な機能は「Enables embedding of all webpages in Panda Network websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Panda Helper拡張機能のCRXファイルをダウンロード

Panda Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Install Panda Helper to have a quick access for our websites:

- Flat UI Colors
- TheStocks
- CollectUI
- Panda Extension
- Designer Daily Report Extension

and many more!

Panda Helper also enables webpage embedding so you can browse all content without leaving Panda Network websites.
This functionality only works for Panda Network products' websites.                    

拡張機能の基本情報

名前 Panda Helper Panda Helper
ID kdkgijnijnbincicbnopccopncfedgba
公式URL https://chromewebstore.google.com/detail/panda-helper/kdkgijnijnbincicbnopccopncfedgba
説明 Enables embedding of all webpages in Panda Network websites.
ファイルサイズ 14.44 KB
インストール数 10,000
現在のバージョン 0.1.6
最終更新日 2022-08-25
公開日 2020-06-17
評価 5.00/5 合計 2 レビュー
開発者 https://panda.network
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://panda.network
プライバシーポリシーページのURL https://asteya.network/asteya-network-extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "description": "Enables embedding of all webpages in Panda Network websites.",
    "name": "Panda Helper",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "\/icons\/icon-19.png",
            "38": "\/icons\/icon-38.png"
        },
        "default_title": "Panda Projects",
        "default_popup": "popup\/index.html"
    }
}