Dev Mark
Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark
What is Dev Mark?
Dev Mark is a Chrome extension developed by yoshimaru, and its main feature is "Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark".
Extension Screenshots
Download Dev Mark Extension CRX File
Download Dev Mark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark
Extension Basic Information
Name | Dev Mark |
ID | bnpplihcampoabjlbcchijpcinnjdbjp |
Official URL | https://chromewebstore.google.com/detail/dev-mark/bnpplihcampoabjlbcchijpcinnjdbjp |
Description | Show dev mark on development env github: https://github.com/yoshimaru46/dev-mark |
File Size | 6.36 KB |
Installation Count | 175 |
Current Version | 1.0.7 |
Last Updated | 2022-09-13 |
Publish Date | 2020-03-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | yoshimaru |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dev Mark", "version": "1.0.7", "description": "", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ] } ], "permissions": [ "storage" ] } |