Inspect and view changes in Lấy mã màu HEX source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Lấy mã màu HEX",
"version": "1.0",
"description": "Addon để lấy mã màu HEX của màu trên trình duyệt.",
"icons": {
"48": "icon.png"
},
"permissions": [],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{83b5096f-a26d-49a4-ac4d-f885959ae5d4}"
}
}
}