Advertisement
salahzar

extensions.html

Feb 2nd, 2020
1,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>Extensions</title>
  6.         <meta name="viewport" content="width=device-width">
  7.  
  8.         <style>
  9.         body {
  10.             margin: 0;
  11.             padding: 30px;
  12.             font-family: droid sans, segoe ui, ubuntu, sans-serif
  13.         }
  14.  
  15.         h2 {
  16.             margin: 0 0 5px 0;
  17.             font-size: 20px;
  18.             font-weight: bold
  19.         }
  20.  
  21.         h2.disabled {
  22.             margin-top: 30px
  23.         }
  24.  
  25.         h2.enabled, ol.enabled a {
  26.             color: #1b5e20
  27.         }
  28.  
  29.         h2.disabled, ol.disabled a {
  30.             color: #b71c1c
  31.         }
  32.  
  33.         ol {
  34.             margin: 0;
  35.             padding: 0
  36.         }
  37.  
  38.         li {
  39.             margin: 0 0 5px 30px;
  40.             font-size: 16px
  41.         }
  42.  
  43.         a {
  44.             text-decoration: none
  45.         }
  46.  
  47.         a:hover {
  48.             text-decoration: underline
  49.         }
  50.         </style>
  51.     </head>
  52.  
  53.     <body>
  54.         <h2 class="enabled">Enabled</h2>
  55.         <ol class="enabled">
  56.             <li><a href="https://chrome.google.com/webstore/detail/pnhplgjpclknigjpccbcnmicgcieojbh" target="_blank" title="Bookmark, Archive, Screenshot &amp; Markup - All-In-One Web Collector, must-have research tool">Diigo Web Collector - Capture and Annotate</a></li>
  57.             <li><a href="https://chrome.google.com/webstore/detail/cmeckkgeamghjhkepejgjockldoblhcb" target="_blank" title="Export name and url of all installed extensions in Google Chrome">Export links of all extensions</a></li>
  58.             <li><a href="https://chrome.google.com/webstore/detail/aapbdbdomjkkjkaonfhkkikfgjllcleb" target="_blank" title="View translations easily as you browse the web. By the Google Translate team.">Google Translate</a></li>
  59.             <li><a href="https://chrome.google.com/webstore/detail/neebplgakaahbhdphmkckjjcegoiijjo" target="_blank" title="Adds price history charts and the option to be alerted on price drops to all Amazon sites.">Keepa - Amazon Price Tracker</a></li>
  60.             <li><a href="https://chrome.google.com/webstore/detail/hdokiejnpimakedhajhdlcegeplioahd" target="_blank" title="LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.">LastPass: Free Password Manager</a></li>
  61.             <li><a href="https://chrome.google.com/webstore/detail/eeoamaomfacmjfahcafjbflffklcfihk" target="_blank" title="The quickest way to take notes in Chrome, as quick and slick as the best desktop note-app.">Quick Note</a></li>
  62.         </ol>
  63.  
  64.  
  65.         <h2 class="disabled">Disabled</h2>
  66.         <ol class="disabled">
  67.            
  68.         </ol>
  69.     </body>
  70. </html>
  71.  
  72. <!--
  73. ......................................................
  74.                     Enabled
  75. ......................................................
  76.  
  77. Diigo Web Collector - Capture and Annotate
  78. https://chrome.google.com/webstore/detail/pnhplgjpclknigjpccbcnmicgcieojbh
  79.  
  80. Export links of all extensions
  81. https://chrome.google.com/webstore/detail/cmeckkgeamghjhkepejgjockldoblhcb
  82.  
  83. Google Translate
  84. https://chrome.google.com/webstore/detail/aapbdbdomjkkjkaonfhkkikfgjllcleb
  85.  
  86. Keepa - Amazon Price Tracker
  87. https://chrome.google.com/webstore/detail/neebplgakaahbhdphmkckjjcegoiijjo
  88.  
  89. LastPass: Free Password Manager
  90. https://chrome.google.com/webstore/detail/hdokiejnpimakedhajhdlcegeplioahd
  91.  
  92. Quick Note
  93. https://chrome.google.com/webstore/detail/eeoamaomfacmjfahcafjbflffklcfihk
  94.  
  95.  
  96.  
  97. ......................................................
  98.                     Disabled
  99. ......................................................
  100.  
  101.  
  102. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement