Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Work I\/O", "description": "Work I\/O : Working-hour calculator for GHRP", "icons": { "128": "icon-128-maskable.png", "192": "icon-192-maskable.png" }, "version": "1.2.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/ghrp.kr.sec.samsung.net\/*" ], "\/\/js": "\uc120\uc5b8\ud55c \uc21c\uc11c\ub300\ub85c \ubd88\ub7ec\uc624\ubbc0\ub85c, \uc758\uc874\uc131\uc774 \uc788\ub294 js \ud30c\uc77c\uc740 \ubc18\ub4dc\uc2dc \ub098\uc911\uc73c\ub85c \uac00\uc57c \ud568", "js": [ "html-injector.js", "src\/utilities.js", "src\/ghrp-reader.js", "src\/work-io.js" ], "css": [ "src\/work-io.css" ] } ], "web_accessible_resources": [ { "resources": [ "src\/work-io.html", "icon-128-maskable.png" ], "matches": [ "https:\/\/ghrp.kr.sec.samsung.net\/*" ] } ] }