home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 757 < prev    next >
Encoding:
Text File  |  2013-04-03  |  21.6 KB  |  869 lines

  1. <!DOCTYPE html>
  2. <html i18n-values="dir:textdirection;" class="loading">
  3. <head>
  4. <meta charset="utf-8">
  5.  
  6. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  7.  * Use of this source code is governed by a BSD-style license that can be
  8.  * found in the LICENSE file. */
  9.  
  10. .extension-command-list-command-item-wrapper {
  11.   margin-left: 12px;
  12. }
  13.  
  14. .command-title {
  15.   display: inline-block;
  16.   margin-top: 1em;
  17. }
  18.  
  19. .command-container {
  20.   -webkit-box-orient: horizontal;
  21.   display: -webkit-box;
  22.   width: 450px;
  23. }
  24.  
  25. .command-description {
  26.   -webkit-box-flex: 1;
  27.   display: -webkit-box;
  28.   margin-top: 0.5em;
  29.   min-height: 2em;
  30. }
  31.  
  32. .command-shortcut-container {
  33.   display: -webkit-box;
  34.   margin-top: 0.25em;
  35.   min-height: 2em;
  36. }
  37.  
  38. .command-shortcut {
  39.   border: solid 1px #BFBFBF;
  40.   border-radius: 2px;
  41.   color: rgb(48, 57, 66);
  42.   display: inline-block;
  43.   height: 1.4em;
  44.   min-width: 12.5em;
  45.   padding: 3px 0 1px 4px;
  46. }
  47.  
  48. .command-shortcut-text {
  49.   display: inline-block;
  50.   height: 1.4em;
  51.   min-width: 11em;
  52.   outline: none;
  53. }
  54.  
  55. .clearable {
  56.   background: white;
  57. }
  58.  
  59. .command-clear {
  60.   float: right;
  61.   margin-top: 1px;
  62. }
  63.  
  64. .capturing {
  65.   background: rgb(243, 244, 255);
  66.   border: solid 1px rgb(140, 147, 255);
  67.   color: #999;
  68. }
  69.  
  70. .contains-chars {
  71.   color: rgb(48, 57, 66);
  72. }
  73.  
  74. .inactive-keybinding {
  75.   color: #999;
  76. }
  77. </style>
  78. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  79.  * Use of this source code is governed by a BSD-style license that can be
  80.  * found in the LICENSE file. */
  81.  
  82. html.loading * {
  83.   -webkit-transition-duration: 0 !important;
  84. }
  85.  
  86. /* Developer mode */
  87.  
  88. #dev-controls {
  89.   -webkit-padding-end: 3px;
  90.   -webkit-padding-start: 4px;
  91.   -webkit-transition: padding 100ms, height 100ms, opacity 100ms;
  92.   border-bottom: 1px solid #eee;
  93.   display: -webkit-box;
  94.   height: 0;
  95.   opacity: 0;
  96.   overflow: hidden;
  97. }
  98.  
  99. #dev-controls button {
  100.   white-space: nowrap;
  101. }
  102.  
  103. #extension-settings.dev-mode #dev-controls {
  104.   -webkit-transition-duration: 250ms;
  105.   height: 32px;
  106.   opacity: 1;
  107.   padding-bottom: 7px;
  108.   padding-top: 13px;
  109. }
  110.  
  111. #dev-controls-spacer {
  112.   -webkit-box-flex: 1;
  113. }
  114.  
  115. #dev-toggle {
  116.   margin-top: 0;
  117.   text-align: end;
  118. }
  119.  
  120. #extension-settings:not(.dev-mode) .developer-extras {
  121.   display: none;
  122. }
  123.  
  124. .developer-extras > div {
  125.   margin: 5px 0;
  126. }
  127.  
  128. #extension-settings #page-header {
  129.   /* These values match the .page values. */
  130.   -webkit-margin-end: 24px;
  131.   min-width: 576px;
  132. }
  133.  
  134. /* Contents */
  135.  
  136. #extension-settings {
  137.   max-width: 738px;
  138. }
  139.  
  140. #no-extensions-message {
  141.   font-weight: bold;
  142. }
  143.  
  144. #suggest-gallery {
  145.   -webkit-padding-start: 10px;
  146. }
  147.  
  148. #footer-section {
  149.   background: url('chrome://theme/IDR_WEBSTORE_ICON_32') no-repeat left center;
  150.   font-size: 1.25em;
  151. }
  152.  
  153. #footer-section > a {
  154.   -webkit-margin-start: 42px;
  155.   line-height: 32px;
  156. }
  157.  
  158. .empty-extension-list {
  159.   height: 3em;
  160. }
  161.  
  162. .loading #no-extensions,
  163. .loading #footer-section,
  164. #extension-settings-list:not(.empty-extension-list) ~ #no-extensions,
  165. .empty-extension-list ~ #footer-section {
  166.   display: none;
  167. }
  168.  
  169. .extension-list-item-wrapper {
  170.   margin: 23px 0;
  171. }
  172.  
  173. .extension-list-item {
  174.   background-repeat: no-repeat;
  175.   display: -webkit-box;
  176.   min-height: 48px;
  177. }
  178.  
  179. html[dir='rtl'] .extension-list-item {
  180.   background-position: right;
  181. }
  182.  
  183. .extension-title {
  184.   -webkit-padding-end: 20px;
  185.   color: rgb(48, 57, 66);
  186.   font-size: 14px;
  187.   font-weight: 500;
  188. }
  189.  
  190. .inactive-extension .extension-title {
  191.   color: inherit;
  192. }
  193.  
  194. .extension-version {
  195.   -webkit-padding-end: 7px;
  196.   font-size: 13px;
  197.   font-weight: 400;
  198. }
  199.  
  200. .extension-description {
  201.   -webkit-padding-end: 5px;
  202.   font-size: 13px;
  203.   margin: 5px 0;
  204.   white-space: normal;
  205. }
  206.  
  207. .extension-details {
  208.   -webkit-box-flex: 1;
  209.   -webkit-padding-start: 55px;
  210. }
  211.  
  212. .extension-description,
  213. .extension-list-item-wrapper.inactive-extension .extension-details,
  214. .location-text,
  215. .enable-checkbox input:disabled + .enable-checkbox-text {
  216.   color: rgb(151, 156, 160);
  217. }
  218.  
  219. .enable-controls {
  220.   /* Matches right: position of dev controls toggle. */
  221.   -webkit-margin-end: 20px;
  222.   position: relative;
  223. }
  224.  
  225. .enable-checkbox-text {
  226.   /* Matches width of trash. */
  227.   -webkit-margin-end: 30px;
  228. }
  229.  
  230. .checkbox {
  231.   display: inline-block;
  232. }
  233.  
  234. .enabled-text {
  235.   font-weight: bold;
  236. }
  237.  
  238. .extension-list-item-wrapper.inactive-extension .enabled-text,
  239. .extension-list-item-wrapper:not(.inactive-extension) .enable-text,
  240. .extension-list-item-wrapper.inactive-extension .optional-controls,
  241. .extension-list-item-wrapper.inactive-extension .butter-bar {
  242.   display: none;
  243. }
  244.  
  245. .load-path > span {
  246.   word-wrap: break-word;
  247. }
  248.  
  249. .terminated-reload-link {
  250.   -webkit-margin-end: 2.5em;
  251.   padding-top: 7px;
  252. }
  253.  
  254. .extension-list-item a {
  255.   -webkit-margin-start: 0.5em;
  256.   display: inline-block;
  257. }
  258.  
  259. .install-warnings a {
  260.   -webkit-margin-start: 0;
  261. }
  262.  
  263. .butter-bar,
  264. .install-warnings,
  265. .extension-warnings {
  266.   border-radius: 3px;
  267.   margin-top: 5px;
  268.   padding: 2px 5px;
  269. }
  270.  
  271. .butter-bar {
  272.   background: rgb(255, 242, 153);
  273. }
  274.  
  275. .install-warnings,
  276. .extension-warnings {
  277.   background: pink;
  278. }
  279.  
  280. .install-warnings ul,
  281. .extension-warnings ul {
  282.   margin: 0;
  283. }
  284.  
  285. #font-measuring-div {
  286.   /* Remove from the flow and hide. */
  287.   position: absolute;
  288.   visibility: hidden;
  289. }
  290.  
  291. .extension-commands-config {
  292.   float: right;
  293. }
  294.  
  295. /* Overlays */
  296.  
  297. #overlay {
  298.   z-index: 5;
  299. }
  300.  
  301. #overlay .page:not(.showing) {
  302.   display: none;
  303. }
  304.  
  305. #dropTargetOverlay {
  306.   color: rgb(48, 57, 66);
  307.   font-size: 18px;
  308.   text-align: center;
  309. }
  310.  
  311. #dropTargetOverlay div {
  312.   margin: 1em;
  313. }
  314.  
  315. /* Disabled extensions banner and related elements. */
  316.  
  317. .page:not(.sideload-wipeout) #sideload-wipeout-banner {
  318.   display: none;
  319. }
  320.  
  321. .extension-disable-reason {
  322.   padding-left: 12px;
  323. }
  324.  
  325. .location-text {
  326.   display: block;
  327.   width: 100px;
  328. }
  329.  
  330. /* Trash */
  331.  
  332. #extension-settings .trash {
  333.   -webkit-transition: opacity 200ms;
  334.   height: 22px;
  335.   opacity: 0.8;
  336.   position: absolute;
  337.   right: 0;
  338.   top: 3px;
  339.   vertical-align: middle;
  340. }
  341.  
  342. html[dir='rtl'] #extension-settings .trash {
  343.   left: 0;
  344.   right: auto;
  345. }
  346.  
  347. .extension-list-item:not(:hover) .trash:not(:focus) {
  348.   opacity: 0;
  349. }
  350.  
  351. .extension-list-item-wrapper.may-not-disable .trash {
  352.   visibility: hidden;
  353. }
  354.  
  355. .extension-highlight {
  356.   background: rgb(238, 238, 238);
  357.   background-position: auto;
  358.   background-repeat: auto;
  359.   border-radius: 3px;
  360.   padding: 5px 0 5px 5px;
  361. }
  362.  
  363. .may-not-disable .optional-controls .optional-controls-disableable {
  364.   display: none;
  365. }
  366.  
  367. /* Managed mode */
  368.  
  369. .page:not(.managed-mode) .managed-mode-banner {
  370.   display: none;
  371. }
  372.  
  373. .managed-mode-banner .page-banner-text {
  374.   background-image: url('chrome://theme/IDR_WARNING');
  375. }
  376.  
  377. .managed-mode .more-extensions-link {
  378.   display: none;
  379. }
  380.  
  381. /* Sideload Wipeout */
  382.  
  383. .sideload-wipeout-learn-more {
  384.   text-decoration: none;
  385. }
  386.  
  387. .sideload-wipeout-banner .page-banner-text {
  388.   -webkit-padding-start: 8px;
  389.   background-image: none;
  390. }</style>
  391. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  392.  * Use of this source code is governed by a BSD-style license that can be
  393.  * found in the LICENSE file. */
  394.  
  395. .pack-extension-heading {
  396.   padding-bottom: 5px;
  397.   width: 520px;
  398. }
  399.  
  400. .pack-extension-text-boxes {
  401.   text-align: right;
  402. }
  403.  
  404. .pack-extension-text-area {
  405.   width: 260px;
  406. }
  407.  
  408. /* TODO(estade): apply this everywhere. */
  409. .button-strip {
  410.   -webkit-box-direction: reverse;
  411. }
  412. </style>
  413. <link rel="stylesheet" href="chrome://resources/css/alert_overlay.css">
  414. <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  415. <link rel="stylesheet" href="chrome://resources/css/overlay.css">
  416. <link rel="stylesheet" href="chrome://resources/css/trash.css">
  417. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  418.  * Use of this source code is governed by a BSD-style license that can be
  419.  * found in the LICENSE file. */
  420.  
  421. body.uber-frame {
  422.   -webkit-margin-start: 155px;
  423.   color: rgb(48, 57, 66);
  424. }
  425.  
  426. html[dir='rtl'] body.uber-frame {
  427.   /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
  428.    * showing sub-pages that vertically overflow. */
  429.   overflow-y: scroll;
  430. }
  431.  
  432. /* TODO(dbeam): Remove .page class from overlays in settings so the junk below
  433.  * isn't necessary. */
  434. body.uber-frame #extension-settings.page,
  435. body.uber-frame #mainview-content .page,
  436. body.uber-frame .subpage-sheet-container .page,
  437. body.uber-frame > .page {
  438.   -webkit-margin-end: 24px;
  439.   min-width: 576px;
  440.   padding-bottom: 20px;
  441.   padding-top: 55px;
  442. }
  443.  
  444. body.uber-frame header {
  445.   background-image: -webkit-linear-gradient(white,
  446.                                             white 40%,
  447.                                             rgba(255, 255, 255, 0.92));
  448.   left: 155px;
  449.   /* <section>s in options currently amount to 638px total, broken up into
  450.    * 600px max-width + 18px -webkit-padding-start + 20px -webkit-margin-end
  451.    * so we mirror this value here so the headers match width and horizontal
  452.    * alignment when scrolling sideways. */
  453.   max-width: 738px;
  454.   min-width: 600px;
  455.   position: fixed;
  456.   right: 0;
  457.   top: 0;
  458.   /* list.css sets a z-index of up to 2, this is set to 3 to ensure that the
  459.    * header is in front of the selected list item. */
  460.   z-index: 3;
  461. }
  462.  
  463. html[dir='rtl'] body.uber-frame header {
  464.   left: 0;
  465.   right: 155px;
  466. }
  467.  
  468. body.uber-frame header > .search-field-container,
  469. body.uber-frame header > .header-extras,
  470. body.uber-frame header > button {
  471.   position: absolute;
  472.   right: 20px;
  473.   top: 21px;
  474. }
  475.  
  476. html[dir='rtl'] body.uber-frame header > .search-field-container,
  477. html[dir='rtl'] body.uber-frame header > .header-extras,
  478. html[dir='rtl'] body.uber-frame header > button {
  479.   left: 20px;
  480.   right: auto;
  481. }
  482.  
  483. body.uber-frame header input[type='search'],
  484. body.uber-frame header input[type='text'],
  485. body.uber-frame header button {
  486.   margin: 0;
  487. }
  488.  
  489. body.uber-frame header > h1 {
  490.   margin: 0;
  491.   padding: 21px 0 13px;
  492. }
  493.  
  494. /* Create a border under the h1 (but before anything that gets appended
  495.  * to the end of the header). */
  496. body.uber-frame header > h1::after {
  497.   -webkit-margin-end: 20px;
  498.   background-color: #eee;
  499.   content: ' ';
  500.   display: block;
  501.   height: 1px;
  502.   position: relative;
  503.   top: 13px;
  504. }
  505.  
  506. body.uber-frame footer {
  507.   border-top: 1px solid #eee;
  508.   margin-top: 16px;
  509.   /* min-width and max-width should match the header */
  510.   max-width: 638px;
  511.   min-width: 600px;
  512.   padding: 8px 0;
  513. }
  514.  
  515. /* Sections are used in options pages, help page and history page. This defines
  516.  * the section metrics to match the header metrics above. */
  517. body.uber-frame section {
  518.   -webkit-padding-start: 18px;
  519.   margin-bottom: 24px;
  520.   margin-top: 8px;
  521.   max-width: 600px;
  522. }
  523.  
  524. body.uber-frame section:last-of-type {
  525.   margin-bottom: 0;
  526. }
  527.  
  528. body.uber-frame section > h3 {
  529.   -webkit-margin-start: -18px;
  530. }
  531.  
  532. @media(pointer:coarse) {
  533.   /* TODO(kevers):  Remove the extra padding once the following bug is fixed:
  534.    * https://bugs.webkit.org/show_bug.cgi?id=95204
  535.    * In the interim, the added padding makes it less likely that a touch will
  536.    * span the boundary of the navigation bar, which results in poor touch
  537.    * adjustments. */
  538.   body.uber-frame section {
  539.     -webkit-padding-start: 28px;
  540.   }
  541.   body.uber-frame section > h3 {
  542.     -webkit-margin-start: -28px;
  543.   }
  544. }
  545.  
  546. body.uber-frame section > div:only-of-type {
  547.   -webkit-box-flex: 1;
  548. }
  549.  
  550. /* Styles for a hideable notification banner at the top of a page. */
  551. .page.showing-banner {
  552.   margin-top: 45px;
  553. }
  554.  
  555. .page-banner {
  556.   background-color: white;
  557.   width: 100%;
  558.   z-index: 2;
  559. }
  560.  
  561. .page:not(.showing-banner) .page-banner {
  562.   display: none;
  563. }
  564.  
  565. .page-banner-gradient {
  566.   background: -webkit-linear-gradient(rgb(255, 242, 183),
  567.                                       rgb(250, 230, 145));
  568.   border: 1px solid rgb(201, 189, 141);
  569.   border-radius: 3px;
  570.   margin: 9px 9px 0 9px;
  571.   min-height: 25px;
  572. }
  573.  
  574. .page-banner .page-banner-gradient {
  575.   -webkit-margin-end: 20px;
  576.   -webkit-margin-start: 0;
  577.   margin-bottom: 9px;
  578. }
  579.  
  580. .page-banner-text {
  581.   -webkit-padding-end: 8px;
  582.   -webkit-padding-start: 26px;
  583.   background-image: url('chrome://theme/IDR_MANAGED');
  584.   background-position: 5px center;
  585.   background-repeat: no-repeat;
  586.   background-size: 16px;
  587.   display: block;
  588.   padding-bottom: 8px;
  589.   padding-top: 8px;
  590. }
  591.  
  592. .page-banner.clickable:active .page-banner-text {
  593.   background: -webkit-linear-gradient(rgb(250, 230, 145),
  594.                                       rgb(255, 242, 183));
  595. }
  596. </style>
  597.  
  598. <script src="chrome://resources/js/cr.js"></script>
  599. <script src="chrome://resources/js/load_time_data.js"></script>
  600. <script src="chrome://resources/js/util.js"></script>
  601. <script src="chrome://resources/js/cr/ui.js"></script>
  602. <script src="chrome://resources/js/cr/ui/alert_overlay.js"></script>
  603. <script src="chrome://resources/js/cr/ui/drag_wrapper.js"></script>
  604. <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
  605. <script src="chrome://resources/js/cr/ui/overlay.js"></script>
  606.  
  607. <script src="chrome://extensions-frame/extensions.js"></script>
  608. </head>
  609.  
  610. <body class="uber-frame"
  611.     i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  612.  
  613. <div id="overlay" class="overlay" hidden>
  614.   <!--
  615.  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  616.  * Use of this source code is governed by a BSD-style license that can be found
  617.  * in the LICENSE file.
  618. -->
  619. <div id="extensionCommandsOverlay" class="page">
  620.   <div class="close-button"></div>
  621.   <h1 i18n-content="extensionCommandsOverlay"></h1>
  622.   <div class="content-area">
  623.     <div id="extension-command-list"
  624.          class="empty-extension-commands-list"></div>
  625.     <div id="no-commands" hidden>
  626.       <span id="no-extensions-commands-message"
  627.             i18n-content="extensionCommandsEmpty"></span>
  628.     </div>
  629.   </div>
  630.   <div class="action-area">
  631.     <div class="action-area-right">
  632.       <div class="button-strip">
  633.         <button id="extensionCommandsDismiss" i18n-content="ok"></button>
  634.       </div>
  635.     </div>
  636.   </div>
  637. </div>
  638.  
  639. <div id="template-collection-extension-commands" hidden>
  640.   <div class="extension-command-list-extension-item-wrapper">
  641.     <div class="extension-command-list-extension-item">
  642.       <div class="extension-command-extension-details">
  643.         <div>
  644.           <span class="extension-title command-title"></span>
  645.           <div class="command-details"></div>
  646.         </div>
  647.       </div>
  648.     </div>
  649.   </div>
  650.  
  651.   <div class="extension-command-list-command-item-wrapper">
  652.     <div class="extension-command-list-command-item">
  653.       <div class="extension-command-details">
  654.         <div class="command-container">
  655.           <span class="command-description"></span>
  656.           <span class="command-shortcut-container"
  657.               ><span class="command-shortcut clearable"
  658.                   ><img class="command-clear"
  659.                         src="chrome://theme/IDR_EXTENSION_COMMAND_CLOSE"
  660.                   ><span class="command-shortcut-text" tabindex="0"
  661.               ></span></span></span>
  662.         </div>
  663.       </div>
  664.     </div>
  665.   </div>
  666. </div>
  667.  
  668.   <div id="packExtensionOverlay" class="page">
  669.   <h1 i18n-content="packExtensionOverlay"></h1>
  670.   <div id="cbd-content-area" class="content-area">
  671.     <div class="pack-extension-heading" i18n-content="packExtensionHeading">
  672.     </div>
  673.     <div class="pack-extension-text-boxes">
  674.       <label i18n-content="packExtensionRootDir"></label>
  675.       <input class="pack-extension-text-area" id="extensionRootDir" type="text">
  676.       <button id="browseExtensionDir"
  677.               i18n-content="packExtensionBrowseButton"></button>
  678.     </div>
  679.     <div class="pack-extension-text-boxes">
  680.       <label i18n-content="packExtensionPrivateKey"></label>
  681.       <input class="pack-extension-text-area"
  682.              id="extensionPrivateKey" type="text">
  683.       <button id="browsePrivateKey"
  684.               i18n-content="packExtensionBrowseButton"></button>
  685.     </div>
  686.   </div>
  687.   <div class="action-area">
  688.     <div class="action-area-right">
  689.       <div class="button-strip">
  690.         <button id="packExtensionDismiss" i18n-content="cancel"></button>
  691.         <button id="packExtensionCommit"
  692.                 i18n-content="packExtensionCommit"></button>
  693.       </div>
  694.     </div>
  695.   </div>
  696. </div>
  697.  
  698.   <div id="alertOverlay" class="page">
  699.   <h1 id="alertOverlayTitle"></h1>
  700.   <div class="content-area">
  701.     <div id="alertOverlayMessage"></div>
  702.   </div>
  703.   <div class="action-area">
  704.     <div class="button-strip">
  705.       <button id="alertOverlayCancel" type="reset"></button>
  706.       <button id="alertOverlayOk" type="submit"></button>
  707.     </div>
  708.   </div>
  709. </div>
  710.  
  711.   <div id="dropTargetOverlay" class="page">
  712.     <div i18n-content="extensionSettingsInstallDropTarget"></div>
  713.   </div>
  714. </div>
  715.  
  716. <div class="page" id="extension-settings">
  717.   <header id="page-header"><h1 i18n-content="extensionSettings"></h1>
  718.     <div id="dev-toggle" class="checkbox header-extras"><label>
  719.       <input id="toggle-dev-on" type="checkbox">
  720.       <span i18n-content="extensionSettingsDeveloperMode">
  721.     </label></div>
  722.     <div class="page-banner managed-mode-banner">
  723.       <div class="page-banner-gradient">
  724.         <span class="page-banner-text"
  725.             i18n-content="extensionSettingsManagedMode"></span>
  726.       </div>
  727.     </div>
  728.     <div id="sideload-wipeout-banner"
  729.         class="page-banner sideload-wipeout-banner">
  730.       <div class="page-banner-gradient">
  731.         <span id="sideload-wipeout-text" class="page-banner-text">
  732.           <span i18n-content="extensionSettingsSideloadWipeout"></span>
  733.           <a class="sideload-wipeout-learn-more"
  734.              i18n-values="href:sideloadWipeoutUrl"
  735.              i18n-content="sideloadWipoutLearnMore"
  736.              target="_blank"></a>
  737.          </span>
  738.       </div>
  739.     </div>
  740.   </header>
  741.   <div id="dev-controls" hidden>
  742.     <button id="load-unpacked"
  743.         i18n-content="extensionSettingsLoadUnpackedButton"></button>
  744.     <button id="pack-extension"
  745.         i18n-content="extensionSettingsPackButton"></button>
  746.     <div id="dev-controls-spacer"></div>
  747.     <button id="update-extensions-now"
  748.         i18n-content="extensionSettingsUpdateButton"></button>
  749.   </div>
  750.   <div id="extension-settings-list" class="empty-extension-list"></div>
  751.   <div id="no-extensions">
  752.     <span id="no-extensions-message"
  753.         i18n-content="extensionSettingsNoExtensions"></span>
  754.     <span id="suggest-gallery" class="more-extensions-link"
  755.         i18n-values=".innerHTML:extensionSettingsSuggestGallery">
  756.     </span>
  757.   </div>
  758.   <div id="footer-section">
  759.     <a target="blank_" class="more-extensions-link"
  760.         i18n-values="href:extensionSettingsGetMoreExtensionsUrl"
  761.         i18n-content="extensionSettingsGetMoreExtensions"></a>
  762.     <a target="blank_" hidden
  763.         class="extension-commands-config"
  764.         i18n-content="extensionSettingsCommandsLink"
  765.         href="#"></a>
  766.   </div>
  767. </div>
  768.  
  769. <span id="font-measuring-div"></span>
  770.  
  771. <div id="template-collection" hidden>
  772.  
  773.   <div class="extension-list-item-wrapper">
  774.     <div class="extension-list-item">
  775.       <div class="extension-details">
  776.         <div>
  777.           <span class="extension-title"></span>
  778.           <span class="extension-version"></span>
  779.           <span class="extension-disable-reason"></span>
  780.         </div>
  781.         <p class="extension-description">
  782.           <span></span>
  783.           <a class="site-link" target="_parent" hidden></a>
  784.         </p>
  785.         <div class="developer-extras">
  786.           <div>
  787.             <span i18n-content="extensionSettingsExtensionId"></span>
  788.             <span class="extension-id"></span>
  789.           </div>
  790.           <div class="load-path" hidden>
  791.             <span i18n-content="extensionSettingsExtensionPath"></span>
  792.             <span></span>
  793.           </div>
  794.           <div class="managed-message"
  795.               i18n-content="extensionSettingsPolicyControlled" hidden>
  796.           </div>
  797.           <div class="active-views" hidden>
  798.             <span i18n-content="extensionSettingsInspectViews"></span>
  799.             <a href="#"></a>
  800.           </div>
  801.           <div class="extension-warnings" hidden>
  802.             <span i18n-content="extensionSettingsWarningsTitle"></span>
  803.             <ul></ul>
  804.           </div>
  805.           <div class="install-warnings" hidden>
  806.             <span i18n-content="extensionSettingsInstallWarnings"></span>
  807.             <ul></ul>
  808.           </div>
  809.         </div>
  810.         <div class="optional-controls">
  811.           <button class="show-button"
  812.               i18n-content="extensionSettingsShowButton" hidden></button>
  813.           <span class="optional-controls-disableable">
  814.           <div class="checkbox"><label class="incognito-control">
  815.             <input type="checkbox">
  816.             <span i18n-content="extensionSettingsEnableIncognito"></span>
  817.           </label></div>
  818.           <label class="file-access-control" hidden>
  819.             <input type="checkbox">
  820.             <span i18n-content="extensionSettingsAllowFileAccess"></span>
  821.           </label>
  822.           <a class="options-link" i18n-content="extensionSettingsOptions"
  823.               href="#" hidden></a>
  824.           <a class="activity-link" i18n-content="extensionSettingsActivity"
  825.               href="#" hidden></a>
  826.           <a class="reload-link" i18n-content="extensionSettingsReloadUnpacked"
  827.               href="#" hidden></a>
  828.           <a class="launch-link" i18n-content="extensionSettingsLaunch"
  829.               href="#" hidden></a>
  830.           <a class="restart-link" i18n-content="extensionSettingsRestart"
  831.               href="#" hidden></a>
  832.           </span>
  833.         </div>
  834.         <div class="butter-bar"
  835.             i18n-values=".innerHTML:extensionSettingsIncognitoWarning" hidden>
  836.         </div>
  837.       </div>
  838.       <div class="enable-controls">
  839.         <a class="terminated-reload-link" href="#"
  840.             i18n-content="extensionSettingsReloadTerminated" hidden></a>
  841.         <div class="checkbox enable-checkbox" hidden><label>
  842.           <input type="checkbox">
  843.           <span class="enable-checkbox-text">
  844.             <span class="enabled-text" i18n-content="extensionSettingsEnabled">
  845.             </span>
  846.             <span class="enable-text" i18n-content="extensionSettingsEnable">
  847.             </span>
  848.           </span>
  849.         </label>
  850.         <span class="location-text"></span>
  851.         </div>
  852.       </div>
  853.     </div>
  854.   </div>
  855.  
  856.   <button class="trash custom-appearance">
  857.   <span class="lid"></span>
  858.   <span class="can"></span>
  859. </button>
  860.  
  861.  
  862. </div>
  863.  
  864. <script src="chrome://extensions-frame/strings.js"></script>
  865. <script src="chrome://resources/js/i18n_template2.js"></script>
  866.  
  867. </body>
  868. </html>
  869.