summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/sync_file_system_internals/extension_statuses.html
blob: 51e68718ec9fe6542a3735c76e67717fa153e601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script src="chrome://syncfs-internals/extension_statuses.js"></script>

<button id="refresh-extensions-statuses">Refresh</button>
<table>
  <thead>
    <tr>
      <td>Extension Name</td>
      <td>ID</td>
      <td>Sync Status</td>
    </tr>
  </thead>
  <tbody id="extension-entries"></tbody>
</table>