Examine source code of BookmarksTab

Inspect and view changes in BookmarksTab 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
{
  "name": "__MSG_extension_name__",
  "version": "1.1.26",
  "description": "__MSG_extension_description__",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "chrome_url_overrides": {
    "newtab": "$newtab.html"
  },
  "icons": {
    "16": "$_logo_16.png",
    "32": "$_logo_32.png",
    "48": "$_logo_48.png",
    "128": "$_logo_128.png"
  },
  "default_locale": "zh_CN",
  "permissions": [
    "favicon",
    "contextMenus",
    "bookmarks",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}