Create beautiful PDF and HTML resumes, CVs, and biodata in minutes
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "2.4",
"name": "Resume (CV) Maker",
"description": "Create beautiful PDF and HTML resumes, CVs, and biodata in minutes",
"app": {
"launch": {
"web_url": "http://cvmkr.com/Member/"
},
"urls": [
"http://cvmkr.com/"
]
},
"icons": {
"16": "16.png",
"128": "128.png"
}
}