UUID Finder

This extension will automatically display the UUID at the top of the page.

什麼是UUID Finder?

UUID Finder是由Professor Premium開發的Chrome擴展程式,該擴展的主要功能是“This extension will automatically display the UUID at the top of the page.”。

擴展截圖

screenshot
screenshot

下載UUID Finder擴展crx文件

下載UUID Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will automatically filter the page source code for Chegg URLs and display the UUID at the top of the page.
You could inspect Chegg URLs and hit CTRL+F to find the UUID. This extension simply automates that.

It does not show answer or anything that violates Chegg TOS.                    

擴展基本資訊

名稱 UUID Finder UUID Finder
ID hdenpcfifhgoabfkmikpfbgoldfnddjk
官方網址 https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk
簡介 This extension will automatically display the UUID at the top of the page.
檔案大小 16.24 KB
安裝次數 1,072
目前版本 0.0.3
更新時間 2021-10-27
上架時間 2021-10-22
評分 5.00/5 共 1 次評分
開發者 Professor Premium
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/gNabeen/UUID-Finder/
隱私政策頁面URL https://www.chegg.com/privacypolicy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UUID Finder",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension will automatically display the UUID at the top of the page.",
    "homepage_url": "http:\/\/www.professorbot.me",
    "icons": {
        "16": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "UUID Finder",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/www.chegg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}