Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Custom Links New Tab",
"version": "2.0.6",
"description": "A new tab extension enables putting custom links on your new tab to improve your workflow. Backup, restore, and share links.",
"short_name": "Custom Links",
"permissions": [
"storage",
"downloads",
"bookmarks"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/img16.png",
"32": "\/images\/img32.png",
"48": "\/images\/img48.png",
"128": "\/images\/img128.png"
}
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "\/images\/img16.png",
"32": "\/images\/img32.png",
"48": "\/images\/img48.png",
"128": "\/images\/img128.png"
}
}