Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Extensions</title>
- <meta name="viewport" content="width=device-width">
- <style>
- body {
- margin: 0;
- padding: 30px;
- font-family: droid sans, segoe ui, ubuntu, sans-serif
- }
- h2 {
- margin: 0 0 5px 0;
- font-size: 20px;
- font-weight: bold
- }
- h2.disabled {
- margin-top: 30px
- }
- h2.enabled, ol.enabled a {
- color: #1b5e20
- }
- h2.disabled, ol.disabled a {
- color: #b71c1c
- }
- ol {
- margin: 0;
- padding: 0
- }
- li {
- margin: 0 0 5px 30px;
- font-size: 16px
- }
- a {
- text-decoration: none
- }
- a:hover {
- text-decoration: underline
- }
- </style>
- </head>
- <body>
- <h2 class="enabled">Enabled</h2>
- <ol class="enabled">
- <li><a href="https://chrome.google.com/webstore/detail/pnhplgjpclknigjpccbcnmicgcieojbh" target="_blank" title="Bookmark, Archive, Screenshot & Markup - All-In-One Web Collector, must-have research tool">Diigo Web Collector - Capture and Annotate</a></li>
- <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>
- <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>
- <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>
- <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>
- <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>
- </ol>
- <h2 class="disabled">Disabled</h2>
- <ol class="disabled">
- </ol>
- </body>
- </html>
- <!--
- ......................................................
- Enabled
- ......................................................
- Diigo Web Collector - Capture and Annotate
- https://chrome.google.com/webstore/detail/pnhplgjpclknigjpccbcnmicgcieojbh
- Export links of all extensions
- https://chrome.google.com/webstore/detail/cmeckkgeamghjhkepejgjockldoblhcb
- Google Translate
- https://chrome.google.com/webstore/detail/aapbdbdomjkkjkaonfhkkikfgjllcleb
- Keepa - Amazon Price Tracker
- https://chrome.google.com/webstore/detail/neebplgakaahbhdphmkckjjcegoiijjo
- LastPass: Free Password Manager
- https://chrome.google.com/webstore/detail/hdokiejnpimakedhajhdlcegeplioahd
- Quick Note
- https://chrome.google.com/webstore/detail/eeoamaomfacmjfahcafjbflffklcfihk
- ......................................................
- Disabled
- ......................................................
- -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement