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.」です。
拡張機能のスクリーンショット
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 |
ID | hdenpcfifhgoabfkmikpfbgoldfnddjk |
公式URL | 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 |
Eメール | [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" ] } ] } |