Kotter Hardware Info
For retrieving user hardware information
什麼是Kotter Hardware Info?
Kotter Hardware Info是由http://speedtest.kotter.net開發的Chrome擴展程式,該擴展的主要功能是“For retrieving user hardware information”。
擴展截圖
下載Kotter Hardware Info擴展crx文件
下載Kotter Hardware Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For retrieving user hardware information to determine if your hardware will support the features in products produced by The Kotter Group.
擴展基本資訊
名稱 | |
ID | peioeobmpgglbldfgpbbecbpkmgfiecb |
官方網址 | https://chrome.google.com/webstore/detail/kotter-hardware-info/peioeobmpgglbldfgpbbecbpkmgfiecb |
簡介 | For retrieving user hardware information |
檔案大小 | 296 KB |
安裝次數 | 110 |
目前版本 | 1.21 |
更新時間 | 2019-03-21 |
上架時間 | 2019-03-21 |
開發者 | http://speedtest.kotter.net |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://www.kotter.net |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kotter Hardware Info", "description": "For retrieving user hardware information", "version": "1.21", "browser_action": { "default_icon": "settings-icon.png", "default_popup": "popup.html", "default_title": "Kotter Hardware Info" }, "icons": { "16": "settings-icon.png", "48": "settings-icon.png", "128": "settings-icon.png" }, "permissions": [ "system.cpu", "system.memory", "system.storage" ] } |