Advertisement
ZalexT

Bookmarks_Extensions

Jan 27th, 2023
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.98 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.         <meta name="generator" content="https://chrome.google.com/webstore/detail/cmeckkgeamghjhkepejgjockldoblhcb">
  8.  
  9.         <style>
  10.         body {
  11.             margin: 0;
  12.             padding: 30px;
  13.             font-family: droid sans, segoe ui, ubuntu, sans-serif
  14.         }
  15.  
  16.         h2 {
  17.             margin: 0 0 5px 0;
  18.             font-size: 20px;
  19.             font-weight: bold
  20.         }
  21.  
  22.         h2.disabled {
  23.             margin-top: 30px
  24.         }
  25.  
  26.         h2.enabled, ol.enabled a {
  27.             color: #1b5e20
  28.         }
  29.  
  30.         h2.disabled, ol.disabled a {
  31.             color: #b71c1c
  32.         }
  33.  
  34.         ol {
  35.             margin: 0;
  36.             padding: 0
  37.         }
  38.  
  39.         li {
  40.             margin: 0 0 5px 30px;
  41.             font-size: 16px
  42.         }
  43.  
  44.         a {
  45.             text-decoration: none
  46.         }
  47.  
  48.         a:hover {
  49.             text-decoration: underline
  50.         }
  51.         </style>
  52.     </head>
  53.  
  54.     <body>
  55.         <h2 class="enabled">Enabled</h2>
  56.         <ol class="enabled">
  57.             <li><a href="https://chrome.google.com/webstore/detail/ombpkjoelcapenbepmgifadkgpokfgfd" target="_blank" title="Display/Remove duplicate bookmarks or empty folders">Bookmark Dupes</a></li>
  58.             <li><a href="https://chrome.google.com/webstore/detail/ehpdoeepbmijafimdjcippbkpffhfmif" target="_blank" title="A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks.">Bookmark Manager per Domain and Page</a></li>
  59.             <li><a href="https://chrome.google.com/webstore/detail/oncbjlgldmiagjophlhobkogeladjijl" target="_blank" title="Find and remove duplicated bookmarks manually and in batches, get rid of broken bookmark links and empty folders.">Bookmarks clean up</a></li>
  60.             <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>
  61.             <li><a href="https://chrome.google.com/webstore/detail/ljfgijlbekebdhniagdekklbmmchhjja" target="_blank" title="Identify broken bookmarks, update links to https, delete old bookmarks, edit bookmark title, find javascript links and empty folders">Quick Bookmark Cleaner</a></li>
  62.             <li><a href="https://chrome.google.com/webstore/detail/kniehgiejgnnpgojkdhhjbgbllnfkfdk" target="_blank" title="A simple menu to enable, disable and access options of extensions.">SimpleExtManager</a></li>
  63.             <li><a href="https://chrome.google.com/webstore/detail/hjebfgojnlefhdgmomncgjglmdckngij" target="_blank" title="Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.">SuperSorter</a></li>
  64.         </ol>
  65.  
  66.  
  67.         <h2 class="disabled">Disabled</h2>
  68.         <ol class="disabled">
  69.        
  70.         </ol>
  71.     </body>
  72. </html>
  73.  
  74. <!--
  75. ......................................................
  76.                     Enabled
  77. ......................................................
  78.  
  79. Bookmark Dupes
  80. https://chrome.google.com/webstore/detail/ombpkjoelcapenbepmgifadkgpokfgfd
  81.  
  82. Bookmark Manager per Domain and Page
  83. https://chrome.google.com/webstore/detail/ehpdoeepbmijafimdjcippbkpffhfmif
  84.  
  85. Bookmarks clean up
  86. https://chrome.google.com/webstore/detail/oncbjlgldmiagjophlhobkogeladjijl
  87.  
  88. Export links of all extensions
  89. https://chrome.google.com/webstore/detail/cmeckkgeamghjhkepejgjockldoblhcb
  90.  
  91. Quick Bookmark Cleaner
  92. https://chrome.google.com/webstore/detail/ljfgijlbekebdhniagdekklbmmchhjja
  93.  
  94. SimpleExtManager
  95. https://chrome.google.com/webstore/detail/kniehgiejgnnpgojkdhhjbgbllnfkfdk
  96.  
  97. SuperSorter
  98. https://chrome.google.com/webstore/detail/hjebfgojnlefhdgmomncgjglmdckngij
  99.  
  100.  
  101.  
  102. ......................................................
  103.                     Disabled
  104. ......................................................
  105.  
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement