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
官方網址 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
電子郵箱 [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"
    }
}