User Tools

Site Tools


software:browsers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:browsers [2016/03/10 23:18] superwizardsoftware:browsers [2020/06/02 05:10] (current) superwizard
Line 1: Line 1:
 +====== Google Chrome Passwords Import ======
 +
 +<code>
 +I got passwords to import into Google Chrome from a Dashlane CSV export. Here's what I did:
 +1. Enable password import flag in chrome://flags/#PasswordImport
 +2. Relaunch Chrome
 +3. Modify CSV export file from password manager as follows:
 +• Ensure there are 4 columns: ​name,url,username,password 
 +​If you are working with a Dashlane password export, you can use this formula in Excel to merge 
 +columns with username and emails so you have one "username" column for Chrome:
 +​=IF(ISBLANK(C2) = FALSE, C2, D2)
 +• Ensure the ​url​ fields all have protocol prefix https://
 +URLs without protocol will not import into Chrome.
 +If the URLs do not have the prefix, you can add in Excel with a new column and copy paste 
 +special the "values" using something like this:
 +​=CONCAT("https://", B2)
 +• Check to make sure there are no numbers in scientific format (e.g.: 5.4321E+12)​, if there are, 
 +change the field format to just show a number (without decimal).
 +4. Save the CSV file*
 +5. Import passwords from the menu button in chrome://settings/passwords
 +* I'm not sure if this was necessary, but I also modified the CSV in Sublime Text 3 to have 
 +Unix line endings and UTF-8 encoding (without BOM).
 +</code>
 +
 +
 +
 +From <https://support.google.com/chrome/thread/4236452?hl=en> 
 +
 +
 +====== Session Buddy ======
 +
 +Manage Browser Tabs and Bookmarks with Ease
 +Session Buddy is a unified session manager and bookmark manager.
 +
 +●  Save open tabs and restore them later. Great for freeing up memory and avoiding clutter.
 +
 +●  Recover open tabs after a crash or when your OS restarts your computer.
 +
 +●  Manage open windows and tabs in one place.
 +
 +●  Organize saved tabs by topic.
 +
 +●  Search open and saved tabs to quickly find what you're looking for.
 +
 +●  Export tabs in a variety of formats suitable for emails, documents, and posts.
 +
 +
 +====== uBlock Origin ======
 +
 +Finally, an efficient blocker. Easy on CPU and memory.
 +
 +IMPORTANT: uBlock Origin is completely unrelated to the site "ublock.org".
 +
 +
 +
 +====== 7 Chromium Based Browsers With Extra Features ======
 +
 +From: https://www.raymond.cc/blog/chromium-browser-alternatives-with-extra-features/
 +
 +<code>
 +The Slimjet browser is made by Flashpeak who also make the Trident engined SlimBrowser and 
 +Slimjet’s predecessor, SlimBoat. Slimjet has been around since 2014 and during that time has 
 +developed into one of the most feature and function rich Chromium based browsers available. 
 +In addition to the main Windows 7 – 10 version, there’s also versions for Linux and a special 
 +version for Windows XP and Vista users.
 +Read More: https://www.raymond.cc/blog/chromium-browser-alternatives-with-extra-features/
 +</code>
 +
 ====== FireShot Extension for print Capture of Webpage ====== ====== FireShot Extension for print Capture of Webpage ======
  
-From: +From: https://getfireshot.com/
  
 <code> <code>
software/browsers.1457651889.txt.gz · Last modified: 2016/03/10 23:18 by superwizard