14 June 2014

Google Shows Step-by-Step Instructions



I mentioned a few months ago that Google now answers complicated questions. Depending on your query, you might see a long answer obtained from a web page.



Google's answers also include lists. Here are some examples from a Gmail support page and an Apple support page:






When searching for [gmail export contacts], Google now lists the steps right on the search results page, so you don't have to click the search result and find the answer.



Here's a similar example for [icloud restore]. Notice how Google removes some of the text from the article to keep it brief.






The answers aren't limited to tech-related queries. You can also find [how to remove a popcorn ceiling], [how to install a toilet], [how to change a tire], [how to boil eggs] and more.








13 June 2014

Save your Google Voicemail to Google Drive as MP3 Files



When you receive a voicemail message on a phone number connected to your Google Voice account, the text transcription of the voice mail is emailed to your Gmail account along with a link to play the audio message on your phone or desktop. Now you can automatically save that voice mail to your Google Drive as an MP3 file.


Google Voicemail as MP3


I have written a little web app that scans your Gmail mailbox for any voicemails from Google Voice and it will save the audio in a specific folder on your Google Drive. The app attaches the voicemail transcript to the MP3 file as well thus making it possible for you to search your voice mails from within Google Drive.


To get started, click here and authorize why the app to access your Gmail and Google Drive accounts. On the next screen, click the Google Voice button and wait for the app to initialize. That’s it. The app will run in the background and monitor your Gmail account for any messages from Google Voicemail.


It creates a new folder called Google Voice in your Google Drive and all the voicemail MP3 files are saved in this folder. Also, once a voice mail has been processed in Gmail, a new label called MP3 is applied to that message to prevent the app from reprocessing that email message.


The app is powered by Google Scripts and the entire source code is available below. You can stop the script anytime using the uninstallation link that would have arrived in your Gmail account when you authorized the app.


Google Script – Save Voice Mail as MP3 in Google Drive



/* Written by Amit Agarwal amit@labnol.org */
/* Tutorial: http://ift.tt/1qEMTAp */

var folder, folder_name = "Google Voice";
var archive, gmail_label = "MP3";

/* Find Google Voice messages in Gmail */

var filter = "from:voice-noreply@google.com -label:" + gmail_label;
var threads = GmailApp.search(filter, 0, 10);

if (threads.length) {

/* Google Drive folder where the MP3 files will get stored */
var folders = DriveApp.getFoldersByName(folder_name);
folder = folders.hasNext() ? folders.next() : DriveApp.createFolder(folder_name);

/* Gmail Label that is applied to processed voice mails */
archive = GmailApp.getUserLabelByName(gmail_label) ?
GmailApp.getUserLabelByName(gmail_label) : GmailApp.createLabel(gmail_label);

for (var x=0; x<threads.length; x++) {

threads[x].addLabel(archive);

var msg = threads[x].getMessages()[0];

/* Find the link to play the voice mail message */
var url = msg.getBody().match(/https?:\/\/http://ift.tt/1qauxtx);

if (url) {

/* Find the name of the voice sender (or their phone number) */
var file_name = msg.getSubject().match(/new voicemail from (.*) at /i);

/* Add the voice mail date to the file name */
var file_date = Utilities.formatDate(
msg.getDate(), Session.getScriptTimeZone(), "yyyy-MM-dd HH:mm");

if (file_name) {

/* Extract the audio file and save as an MP3 file */
var mp3 = url[0].replace("/voice/fm/", "/voice/media/svm/");
var file = folder.createFile(UrlFetchApp.fetch(mp3).getBlob());

/* Save the voice mail transcript with the audio file */
file.setName(file_name[1] + " [" + file_date + "]" + ".mp3");
file.setDescription(msg.getPlainBody());

}
}
}
}

[*] The script triggers every 15 minutes and processes 10 voice mail messages in the batch starting with the most recent ones. If you have too many old voice mails in your Gmail account, it may take a while to process all the emails.


[**] The web app requires permissions to access your Gmail and Google Drive. I have shared the full source code of the app but if you aren’t convinced yet, just make a copy of the above code in your Google Drive and run it manually.

Also see: Save Gmail Attachments to Google Drive




This story, Save your Google Voicemail to Google Drive as MP3 Files, was originally published at Digital Inspiration on 13/06/2014 under GMail, Google Drive, Internet

09 June 2014

How to Record Streaming Audio with Audacity



Would you like to record streaming music from Internet radio stations like Pandora or iTunes? Are you looking for a simple way to save the audio from a live webinar that’s playing on your computer? Or maybe you are trying to capture the background sounds of your favorite video game.


Recording “What You Hear” – Step by Step


Here’s an extremely easy and inexpensive method that will let you record any sound coming from your computer speakers. There’s no complex configuration required and all you need is Audacity, a popular audio editing software (freeware) and some common computer cables. The steps are similar for both Windows and Mac computers.


Step 1. Get the Software Cables


Cables for Recording Computer Sound


You’ll need a pair of headphones that you already have, a stereo audio cable (3.5mm male to male) and a jack splitter (3.5mm male to two 3.5mm female splitter). With the splitter, you can connect two headphones to your iPhone or iPod and thus both you and your friend can listen to music at the same time.


Step 2: Connect the cables to the computer


This video clip explains how you can connect the cables to the computer for recording system audio.


The male end of the jack splitter goes into the audio output port of the computer (often colored green). Plug one end of the loopback cable into the jack splitter and other end into the line-in port on the computer (often colored blue). Finally, plug your microphone jack into the other vacant female port of the splitter.



[*] If you have a newer Macbook that doesn’t have the audio input port, you can still capture the audio of Mac using Audacity without needing any cables.

Step 3. Start the recording


Open the Audacity program on your computer and under preferences, set the recording input as Built-in Input (it maybe listed as Line In or Microsoft Sound Mapper Input as in this screenshot). Now play any media file on your computer, or play music on a streaming site, switch to Audacity and hit the Record button. If you see a moving waveform, the audio is getting recorded.


When you are done, stop the recording in Audacity and export the audio as an .wav file. You can also download the LAME encoder to save the audio in MP3 format or use FFMPEG to convert the audio manually.




This story, How to Record Streaming Audio with Audacity, was originally published at Digital Inspiration on 08/06/2014 under Music, Software

07 June 2014

Create an Email Newsletter with your Facebook Photos



Most of your friends and family members are active on Facebook and thus they can always see the pictures and other stuff that you regularly post on these social networks. However, if there some people in your family who do not have an account on Facebook yet, or they prefer to stay away from the site, you can still keep them in the loop with Kidpost.


facebook photos


Also see: Sell your Facebook & Instagram Photos


Send Facebook Photos by Email


Kidpost will monitor your Facebook and Instagram feeds and it will prepare a daily email digest with all the photos and videos that you have uploaded to your accounts in the previous day. It will only gather media that have the tag #kidpost attached (see example) so you can choose what gets included in the outgoing email.


You then need to specify a list of email addresses who you want to send these updates to. Once the recipients confirm their addresses, they will start getting a daily email newsletter will all your photos.


It is much like building an automated email newsletter with your Facebook content except that it is private – you have to decide who is included in your list.


Kidpost currently supports Facebook and Instagram though support for other services like Twitter and Flickr will be included soon. Also, the service is free though that may not be the case once the service sheds the beta tag.


Thank you Gina Trapani for the tip.




This story, Create an Email Newsletter with your Facebook Photos, was originally published at Digital Inspiration on 06/06/2014 under Facebook, Internet

06 June 2014

How to Record Screencast Videos on Android



I uploaded my first Android screencast on YouTube today. The video walks you through the steps necessary to install an Android app from the Google Play store on your mobile phone.


The Android screen was recorded at 720p (1280×720) resolution, there are no visible frame-drops in the video and the screencast output is in MPEG-4 (.mp4) format that can be directly uploaded to YouTube or can be edited in any video editing app, both on your phone and the desktop.



Screencasting on Android – Step by Step


If you would like to record screencast videos of your own Android phone, the good news is that you don’t need to install any app nor do you have to root your device. The not-so-good news is that you can only capture screencasts on phones (or tablets) that are running Android 4.4+ and it will not record the audio.


According to Google, about 14% of Android devices are currently running KitKat. If you happen to be one among them, here’s how you can screencast your phone.


Step 1: Prepare your Android Device for Screencasting


Open your Android phone settings and go to About Phone, the last option in the list. Next tap Build Number seven times in quick succession and you’ll see a message saying that Developer Options have been enabled in your device.


USB Debugging - Android


Now use the “back” button to return to the Settings page, tap Developer Options and toggle the on-off switch. Here turn on USB Debugging and also enable Show Input Touches – the on-screen interactions like taps and swipes will be recorded as circles in the screencast.


Step 2: Prepare your computer (Windows or Mac)


We need to install the Android SDK on our desktop. This is simple. All you have to do is download the SDK in a zip file from the android.com website and unzip the file anywhere on your computer.


The Android SDK is available for both Mac and Windows.


Step 3: Connect your Android phone to the desktop


First connect your Android phone to your computer though the regular micro USB cable. The phone will display a prompt asking you to “Allow USB debugging.” Tap OK to continue.


ADB - Record Screencast


Now open the command prompt in Windows, or the Terminal shell on your Mac, and switch (use the “cd” command) to the sdk/platform-tools directory inside the Android SDK folder.


Here run the command adb devices and if it shows a device under the “List of devices attached”, you are all set to record the first movie of your Android screen.


Step 4: Record the Screencast Video


Run the follow command to enter recording mode. Advanced users may refer to the help manual to learn about the various options supported by screenrecord.



adb shell screenrecord --verbose ./sdcard/screencast-video.mp4

Now switch to your phone and whatever you do here will get recorded in the video. When you are done, go to command window and press Ctrl + C to stop the video recording. The screencast is now saved in your Android phone.


You can use a File manager app, I prefer File Wrangler, to search for the screencast-video.mp4 file on the phone and transfer it to your desktop for editing.


Also see: Screencasting on iPad & iPhone




This story, How to Record Screencast Videos on Android, was originally published at Digital Inspiration on 06/06/2014 under Android, Screencasting, Software

04 June 2014

Chrome Web Store Links to Android Apps



Chrome Web Store now shows links to Google Play for apps and extensions that are also available for Android. For example, Pocket's page includes this message next to the number of users: "Available for Android. Get it".






You can also find Chrome apps and extensions that are available for Android:









Google Play doesn't show links to Chrome Web Store apps, at least not yet. It will be interesting to see if Google plans to keep a separate store for Chrome or merge it with Google Play. When Google rebranded Android Market, I speculated that Google Play will become Google's unified store for digital content.



{ via Chrome Story }

A Google Translate Experiment Shows Definitions



Google Translate experiments with displaying definitions for the words you're translating. Jérémy Heleine noticed the new feature, which shows a list of definitions, synonyms, examples and related words and snippets. Google also suggests a related translation ("see also").






Definitions and synonyms are also displayed in Google Search, but they're useful in Google Translate too. In addition to using Google Translate as a dictionary, you could improve your translation by picking a better synonym, a context or a more appropriate expression. For example, instead of using "Hello", you could translate "Hi" or "Howdy" and you'll get different translations.



Google Search even lets you translate words when searching for definitions. Search for [define hello], expand the dictionary card and you'll see a section called "translation hello to". Another option is to search for [translate hello into french].






{ Thanks, Frédéric Pereira. }

03 June 2014

What is Gmail’s Daily Limit on Sending Email?



Gmail has certain limits in place. For instance, the maximum size of file attachments that you can include in an email message is 25 MB while the total storage limit for a free Gmail account is 15 GB.


Similarly, Google also limits the number of email messages that you can send through your Gmail account in a day. If you exceed the daily quota, Google may temporarily disable your Gmail account without any warnings and you may have to wait for up to 24 hours before you can regain access to your Gmail mailbox.


Gmail Sending Limits


Gmail Limits for Sending Email


Gmail isn’t designed for sending bulk email. If you are planning to send an email message to a large group of friends using Gmail, do read the following rules to avoid temporary lockdown of your Gmail:


Rule 1: You can send emails to a maximum of 500 recipients per day through the Gmail website. Try exceeding the limit and your Gmail account may get temporarily disabled with the error – “Gmail Lockdown in Section 4.”


It is important to note that this limit is around recipients and not messages. Thus you can send 10 emails to 50 people each or 1 email can be addressed to a maximum of 500 people.


Rule 2: If you access Gmail via POP or IMAP clients, like Microsoft Outlook or Apple Mail, you can send an email message to a maximum of 100 people at a time. If you exceed the limit, your account may be disabled for a day with the error – “550 5.4.5 Daily sending quota exceeded.”


Rule 3: Always double check email addresses of recipients before hitting the Send button in Gmail. That’s because your account may get disabled if the email message contains a large number of non-existent or broken addresses (<25 ?) that bounce back on failed delivery.


Rule 4: You can associate multiple email addresses with your Gmail account and send emails on behalf of any other address. However, when sending mail from a different address, the original account’s message limits are applied.


Also see: 10 Most Important Google Pages


Rule 5: If you are send emails through Google Script, like in the case of Gmail Mail Merge, the daily sending limit is 100 recipients per day for free Gmail accounts. You can use the MailApp.GetRemainingDailyQuota method to know your existing quota. If your script doesn’t perform the check, it will fail with the error – “Service invoked too many times.”


If you wish to send more email message through Google Scripts, you’ll have to upgrade to Google Apps. Even then, your sending limits will be only be increased after a few billing cycles or if you have opted for 5 or more users.


This is slightly unrelated but still important. Google, as per their program policies, may disable your Gmail account permanently if you don’t check your Gmail email for a period of nine months.


Further reading:





This story, What is Gmail’s Daily Limit on Sending Email?, was originally published at Digital Inspiration on 03/06/2014 under GMail, Google Apps, Email, Internet

02 June 2014

Google Home IQ



Christopher Bettig, Art Director at Google, posted some images from a Google mobile app called Google Home IQ.



"These are some illustrations and some screens of exploratory UI for a mobile app for Android and iOS, which is now a deprecated project. The app was to control a smart thermostat and had a very visual UI which needed to account and meet accessibility standards while also illustrating four main states and varying weather conditions outside the home. Each state was given a unique shape and a corresponding unique shaped UI icon for use in the app. Each of the four states (awake, away, home, and sleep) is illustrated with all the variable weather conditions."









Google now owns Nest, so that's probably one of the reasons why this app wasn't released. EnergySense was rumored to be the name of a Google service that lets you monitor and adjust energy use.



{ Thanks, Francisco Marujo. }

Google Web History, Back to Search History



Back in 2007, Google upgraded the Search History service and renamed it Web History. If you installed Google Toolbar and enabled Web History, Google recorded your entire browsing history and made it available at google.com/history. Your browsing history was searchable and it was used to personalize your search results.






Even though the service is still called Web History, the Google Toolbar feature was removed a few months ago. "With Google Web History in Toolbar you once could store the URLs of the pages you've visited, to view and manage from any computer by signing into your Google Account. However, Web History in Toolbar is no longer supported and no new Web History information is being recorded from Toolbar," informs Google.



It's surprising that Google didn't integrate Web History with Chrome. The service shows the bookmarks from Google Toolbar instead of the bookmarks saved in Chrome and it doesn't show the browsing history synced by Chrome.

18 May 2014

Google's Site Info Cards Use DMOZ Descriptions



When Google added site info cards for search results, I noticed that Google only used information from Wikipedia. If a site or an organization didn't have an associated Wikipedia article, the info card wasn't displayed. Now Google also uses descriptions from the Open Directory Project (DMOZ), so sites like the Official Google Blog, Android Police or this blog got their own cards.





YouTube Switches to the HTML5 Player in Chrome



YouTube has a page that lets you switch to the HTML5 player. If you visit that page in Chrome, you'll only see the message: "The HTML5 player is currently used when possible" and you can't switch to the Flash player. In all the other browsers, the Flash player is enabled by default and you can click "request the HTML5 player" to enable that player.






Here's the same page in Firefox:






It turns out that the HTML5 player is now enabled by default in Chrome and it's the only player you can use, at least officially. YouTube's HTML5 player now supports all the features of the Flash player, including ads and encrypted streams.



If you don't like the HTML5 player and you want to switch to the Flash player, install this extension.

17 May 2014

Knowledge Graph Card in Google Maps



Google Maps for desktop added a "quick facts" card that uses information from the Knowledge Graph. If you search for a country, a state, a city, a district, a museum or any other important building, you'll find some information from Wikipedia.









Google Maps cards include a lot of useful information, depending on the context: events, transit information, hotel booking.









{ via +Google Maps }




Mobile Interface for Chrome Web Store



One of the most annoying things about Chrome Web Store was that it didn't work if you used a mobile phone or a tablet. Google only displayed a message that allowed you to send a reminder to download the app or extension from the desktop Chrome.



Chrome Web Store now has a mobile interface, but only for individual apps and extensions. The homepage, category pages and the search feature still aren't available. If you find a link to a Chrome app or extension, you can now open it in your favorite mobile browsers, read the description, check the screenshots and some other details. You can't read or write reviews, install extensions remotely, find related extensions, go to the homepage or to a category.






{ via François Beaufort }

PayPal Billing in Google Play



Google Play added support for a very popular payment service: PayPal. "We're making it possible for people to choose PayPal for their Google Play purchases in 12 countries, including the U.S., Germany, and Canada. When you make a purchase on Google Play in these countries, you'll find PayPal as an option in your Google Wallet; just enter your PayPal account login and you'll easily be able to make purchases," informs Google.






Here's the full list of countries where PayPal is now supported: Austria, Belgium, Canada, Finland, France, Germany, Ireland, Italy, Netherlands, Spain, United States, United Kingdom. One important notice: "PayPal can't be used to purchase devices or accessories on Google Play or for other purchases that use Google Wallet outside of the Play Store."



Google has always tried to promote its own payment service, whether it was called Google Checkout or Google Wallet, so why would Google add support for a competing service? Google offers an answer: "Sales of apps and games on Google Play are up by more than 300 percent over the past year. And today, two-thirds of Google Play purchases happen outside of the United States, with international sales continuing to climb. We're hoping to fuel this momentum by making Google Play payments easier and more convenient for people around the world."



In addition to supporting PayPal, Google also added carrier billing to 7 more countries (including Singapore, Thailand and Taiwan) and Google Play gift cards to 13 more countries (including Japan and Germany). "Developers based in 13 new countries can now sell apps on Google Play (with new additions such as Indonesia, Malaysia and Turkey), bringing the total to 45 countries with support for local developers."

16 May 2014

Advanced Gmail Filters That Aren’t Available in Gmail



Gmail filters help you automatically sort email messages based on rules. So if your boss has sent an email message, the filter can mark it as important. If the email has the word “Unsubscribe” somewhere in the message body, it can be marked as a promotional message and so on.


How to Create Advanced Gmail Filters


While the built-in Gmail filters are powerful, they do have certain limitations.


For instance, you cannot have a Gmail filter that does case-sensitive search. It will treat WHO and who as same. Gmail filters won’t do pattern matching (regular expressions) so you cannot have a filter for messages that contain phone numbers.


We often get spam messages that have a few dozen addresses in the TO and CC fields but there’s no filter to automatically redirect such messages to the SPAM folder of Gmail. That’s where Google Scripts can help. You can setup advanced filters that aren’t available in the native version of Gmail.


Advanced Gmail Filters


What you see above is a set of 10 Gmail filters that were created with Apps Script. You can have a filter to process messages that contain tons of links. Or messages that have too many attachments. Or messages that have just a word or two in the message body.


The best part is that you don’t have to know scripting to use either of these filters. Just follow these 3 easy steps:



  1. Click here to copy the Gmail Filters sheet into your Google Drive. You can write OFF to deactivate any of the available rules.

  2. Go to the Gmail Filters menu in the sheet, choose Initialize and grant the necessary permissions to the script.

  3. Now choose Turn-on Gmail Filter to activate your filters. You may close the Google sheet now.


Here’s what happens behind the scenes. The script will run in the background every 10 minutes and monitor any new unread messages in your Gmail inbox. It will then run the various rules against these messages. The native filters in Gmail take precedence and then your custom rules specified in the sheet are applied.


You can also look at the source code to understand how the various rules were created.


Awesome Google Scripts → Custom Google Scripts →




This story, Advanced Gmail Filters That Aren’t Available in Gmail, was originally published at Digital Inspiration on 15/05/2014 under GMail, Internet

13 May 2014

The Best Places to Find Free, High-Res Images for your Website



Good, high-quality images add visual interest to your website. Another reason why photos have become so important is because web pages that include good photos get better engagement when shared on social sites like Twitter and Facebook.


high quality photo


Download High Quality Images for Free


The web offers billions of photos that are just a Google search away. The images that are in public domain, or licensed under the Creative Commons license, can be used without any copyright issues.


The only problem is that Google may not always surface the best content that is free. Their algorithms, at least for image search, prefer pages from premium stock photography websites and the free listings thus lose out. If Google isn’t helping in your quest for images, here are some of the best websites where you may find high-quality photos for free.


1. unsplash.com (Unsplash) – This is my favorite website for downloading high-resolution photographs. Subscribe to the email newsletter and you’ll get 10 photos in your inbox every 10 days. All images are under the CC0 license meaning they are in public domain and you are free to use them in any way you like.


2. google.com (LIFE) – The Google images website hosts millions of historical photographs from the LIFE library. You can add source:life to any query in Google image search to find these images and they are free for personal, non-commercial use.


3. flickr.com (The British Library) – The national library of the UK has uploaded over a million vintage photographs and scanned images to Flickr that are now in pubic domain and they encourage re-use.


4. picjubmo.com (Picjumbo) – Here you’ll find exceptionally high-quality photos for your personal and commercial use. The pictures have been shot by the site owner himself and all he requests for in return is proper attribution.


5. pixabay.com (Pixabay) – All the images on Pixabay are available under the CC0 license and thus can be used anywhere. Like Flickr, there’s an option to browse photographs by camera model as well.


6. publicdomainarchive.com (Public Domain Archive) – This is an impressive online repository of public domain images that are neatly organized in categories. It contains only high quality photos though the collection is limited at this time.


7. commons.wikimedia.org (Wikimedia Commons) – The site hosts 21+ million images under some kind of free license or in the public domain. The images are arranged in categories or you can find images through search keywords.


8. superfamous.com (Super Famous) – Another great resource for finding high-res images for your websites and other design projects. The images are licensed under Creative Commons and require attribution.


old historical photos


9. nos.twnsnd.co (New Old Stock) – Here you will find a curated collection of vintage photographs from public archives that are free of any copyright restrictions. If you are trying to create a twitter feed like @HistoricalPics, this might be a good source for images.


10. freeimages.com (Stock Exchange) – This is one of the biggest repositories of free images and graphics that you can use for almost any purpose. You do however need to sign-in to download the images. The site, previously hosted on the schx.hu domain, is now part of Getty Images.


11. morguefile.com (Morgue File) – The site hosts 300,000+ free images and you are free to use them in both personal and commercial projects even without attribution. The image gallery has a built-in cropping tool and you can even hotlink the images from your website.


Related: Protect your photos from Casual Copying


12. gettyimages.com (Getty Images) – If you are looking for professional images for your website but without the expensive license fee, Getty has something in store for you. You can embed pictures from Getty Images for free on your website though in future, the embeds may carry ads.


13. pdpics.com (Public Domain Photos) – The website contains thousands of royalty free images that can be used in both personal and commercial projects but with attribution. Unlike other sites that merely curate content, the images found here have been clicked by their in-house photographers.


14. imcreator.com (IM Free) – A curated collection of outstanding high-quality photos on all subjects that are also free for commercial use. The images have mostly been sourced from Flickr and require attribution.


15. photopin.com (Photo Pin) – Flickr is among the biggest repository of photographs on the web and Photo Pin helps you easily find photos on Flickr that are available under the Creative Commons license. You get the embed code as well so you don’t have to host the images on your own server.


Tip: How to avoid common photos


You may have found a great photo that is perfect for your project but there’s a probability that several other websites are using the same image. It will therefore help if you do a reverse image search using Google Images to estimate the relative popularity of that image on the Internet.


Also see: Sell your Instagram & Facebook Photos




This story, The Best Places to Find Free, High-Res Images for your Website, was originally published at Digital Inspiration on 12/05/2014 under Creative Commons, Images, Internet

10 May 2014

Must-have Extensions for Google Chrome



Chrome extensions


Here’s a comprehensive list of the best extensions for Google Chrome that will help you do more and also enhance your web browsing experience.


The Best Google Chrome extensions



  1. Vimium — Power users can browse the web using keyboard shortcuts. No mouse required.

  2. Buffer — Share links to multiple social websites with a go.

  3. PushBullet — Send web links, text notes and even push files from computer to your phone.

  4. Clip Better — Don’t send raw links over email, send previews that suggest what a link is all about.

  5. Streamus — A YouTube music play for Chrome that also includes a radio.

  6. Mighty Text — Send and receive SMS text messages from your desktop computer.

  7. Snappy Snippets — Easily extract CSS and HTML from a web page and send it to CodePen or jsFiddle.

  8. Project Naptha — Copy text from any image with a right-click. It’s like an OCR for Chrome.

  9. Hover Reader — Read an article simply by hovering over a link.

  10. Bubble Cursor — Easily click links on web pages or type text in input boxes.

  11. Dewey — Improved bookmarks manager for Chrome with website thumbnails and instant search.

  12. dotEPUB — Convert web pages and documents to EPUB ebooks that you can read offline on your Kindle or iPad.

  13. YouTube Feed — Get notified when new videos are available in your YouTube subscriptions list.

  14. Boomerang — You can write an email in Gmail now and schedule it to be sent automatically at the perfect time.

  15. Hola — Unblock websites and access content, including videos, that aren’t available in your country.

  16. YT Options — Improves your YouTube experience and hides all the annoying parts.

  17. TextDown — A well designed Markdown text editor for Chrome.

  18. WriteBox — A minimal text editor for Chrome that also sync with Dropbox and Google Drive.

  19. Font Previewer — Preview and test any of the Google Web fonts on your website.

  20. SpeakIt — Select some text on a web page and the add-on will read it for you.

  21. Remote Desktop — Access other computers or allow another user to access your computer securely over the Internet.

  22. Extensions Manager — Easily manage your installed extensions, applications and themes from the Chrome toolbar.

  23. StayFocusd — Lets you restrict the amount of time you spend on time-wasting websites.

  24. Feeder — A mini RSS reader that sites in the toolbar of your Chrome.

  25. Page Monitor — Runs in the background and monitor web pages for changes.

  26. OneTab — Make your Chrome run faster by suspending tabs and restore them all with a click.

  27. Clipular — Screen capture anything you see on the web with a click.

  28. Time Warp — Focus on your work and avoid the distracting websites.

  29. MakeGIF — This is the easiest way to save a YouTub video as a GIF file.

  30. CleanPrint — Print web pages without the clutter or save them as PDFs

  31. Quick Source — View the source code of any web page, deobfuscated and beautified.

  32. SpellBook — It collects all your bookmarklets and puts them in the contextual menu.

  33. GIF Scrubber — This adds movie player like controls to animated GIFs on the web.

  34. Push to Kindle — Delivers any web content to your Kindle or the Kindle Reading Apps.

  35. KeyRocket — Learn and master the various keyboard shortcuts available in Gmail.

  36. Hover Zoom — Hover your mouse over an image to see the full-sized version in an overlay window.

  37. Input Tools — Write text in your own language using virtual keyboards and transliteration.

  38. ShortenMe — This lets you to easily shorten links with goo.gl and generate QR codes.

  39. Chime — Unified desktop notifications for Gmail and all your social networks.

  40. NiftySplit — Split Chrome in two windows. Click a link in the left window and it opens in the right one.

  41. WhatFont — Identify the name of the fonts used in a web page with a click.

  42. StyleBot — You can manipulate the appearance of websites and the changes are permanently preserved.

  43. Panic Button — Quickly hide all the open tabs and replace them with a work related website.

  44. iReader — Read long web pages like a novel in a clutter-free environment.

  45. Image Properties — View camera details, GPS location and other information about any photograph.

  46. Tab Outliner — See all your open tabs and Chrome windows in a vertical hierarchical tree.

  47. RSS Subscription — Subscribe to RSS feeds in your favorite news reader with a click.

  48. URL Expander — The add-on will auto-expand all short URLs found on a web page.

  49. Text Mode — Browse the web in black and white in pure text without images and other media.

  50. Twipster — It makes the Twitter website clean and more readable.

  51. Better History — A better history viewer for your Chrome.

  52. History Timeline — A better way to visualize your browsing history in Chrome with pictures.

  53. Clearly — Read web pages in a distraction free environment.

  54. Stylish — Completely change the look of your favorite websites.

  55. PageRank — Find the Google PageRank and other SEO related information of a page.

  56. Fatkum — Download images in bulk from any website including Flickr and Google Images.

  57. Google Dictionary — View word meanings without leaving the current page.

  58. in10search — Search for content across all open tabs in Chrome.

  59. Page Archiver — Save the entire web page to your desktop including the images, CSS and JavaScript.

  60. Holmes — Search your bookmarks from the omni bar of Chrome.

  61. Nimbus Screenshot — Capture and annotate web pages inside your Chrome browser.

  62. AutoPagerize — Easily read paginated web pages without clicking.

  63. Readability — Send web pages to your Kindle for reading later in a clutter free environment.

  64. Save to Google Drive — Save web files to your Google Drive with a click.

  65. Looper — Watch your favorite YouTube videos in a continuous loop.

  66. Personal Blocklist — Block one or more useless websites from appearing in your Google search results.

  67. Swift Preview — Don’t open a new tab. Preview links before clicking in the same window.

  68. FastBrowz — Preview links on Reddit and Hacker news without leaving the front page.

  69. Share Extensions — Generate and share a list of extensions installed in your Chrome browser.

  70. Chrome to Mobile — Push web pages from the desktop to your mobile or tablet for offline reading.

  71. Dead Mouse — You can open links on a web page with your keyboard without ever touching the mouse.

  72. Google Site Search — Quickly search pages on the website that you are currently browsing.

  73. YouTube Ratings — See the proportion of likes and dislikes of any video on the YouTube website.

  74. Similar Pages — Find more websites that are similar to the one you are currently looking at.

  75. Search by Image — Find other images on the web that are similar to one picture.

  76. Source Locator — Locate the folder where the source code of any Chrome add-on is unpacked.

  77. YouTube Thumbs — See a short preview of the YouTube video without even opening the watch page.

  78. Send from Gmail — Send the current web page by Gmail with a click. Works for both Gmail and Google Apps accounts.

  79. Chrome Access — The add-on provides quick access all the ‘about:’ and ‘chrome://’ internal pages of Chrome.

  80. Disconnect Me — Prevent online advertisers and search engines from tracking you on the web.

  81. Web Timer — Keep track of how you spend your time on the Internet.

  82. Strict Workflow — Block time-wasting websites temporarily and focus on your work.

  83. Window Resizer — Automatically resize your Chrome browser window to any screen resolution.




This story, Must-have Extensions for Google Chrome, was originally published at Digital Inspiration on 09/05/2014 under Google Chrome, Software

05 May 2014

Clean Up your Whiteboard Pictures by Email



Your mobile phone has an excellent camera but photos of the whiteboard aren’t coming out as good and clear as you would like them to be. Maybe there’s poor lighting in the conference room? Maybe your camera’s settings aren’t perfect for capturing whiteboard photos?


One little trick that will vastly improve the quality of your whiteboard pictures is available inside the manual settings of your cameraphone. Go to your camera’s manual settings, choose EV (Exposure Value) and add 1 or 2 “stops” (usually indicated by +2) before clicking the Capture button.


Then there’s a shell script that brightens and cleans up your whiteboard images using the popular ImageMagick library. It runs from the command line and all it needs is ImageMagick, a free image editing software that is available for Mac, Windows and Linux.


If you find it a hassle to remember commands, there’s an even easier way. Capture the whiteboard scribbles with your mobile camera and send the picture as an email attachment to the following email address.


please@make.unwhiteboard.com


Wait for a minute or two and you’ll get a prettier version of the whiteboard image, clean and legible and more optimized for printing. Here’s an example.


Before

Raw Whiteboard Picture


After

Clean Whiteboard Picture


Internally, the Unwhiteboard service uses the same ImageMagick command to clean up your Whiteboard captures but on their own server so you don’t have to install anything on your computer.


Here are some more useful email addresses.




This story, Clean Up your Whiteboard Pictures by Email, was originally published at Digital Inspiration on 05/05/2014 under Email, Image Editing, Internet

02 May 2014

Microsoft Patches XP, Vine YouTube, Mute Twitter, Life Simulator [Tech News Digest]



windows-xp-head

Today in Tech News Digest, Microsoft patches Windows XP, Vine does a YouTube, Twitter experiments with muting, a Google Glass teardown, Amazon smartphone leaks, a real-life Dropbox, and the creator of Minecraft’s new game. Microsoft Backtracks On XP Support “DON’T USE WINDOWS XP WE WILL NEVER PATCH IT AGAIN EXCEPT WHEN WE TOTALLY PATCH IT AGAIN.” You blinked. http://t.co/moSpDAxJT2 — Scott Hanselman (@shanselman) May 2, 2014 Microsoft has released an emergency patch fixing the vulnerability recently discovered in all versions of Internet Explorer. As well as the expected patches for Windows Vista, Windows 7, and Windows 8.1, Microsoft has issued...


Read the full article: Microsoft Patches XP, Vine YouTube, Mute Twitter, Life Simulator [Tech News Digest]