Ubuntufy permite disfrutar de la tipografía de Ubuntu en cualquier página de Internet. Así de sencillo, ¡instala la extensión y…
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,
"name": "Ubuntufy",
"version": "1.0",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons/ubuntufy16.png",
"48": "icons/ubuntufy48.png",
"128": "icons/ubuntufy.png"
}
}