Skip to content

Instantly share code, notes, and snippets.

@KageShiron
Last active December 12, 2017 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KageShiron/dcff92d89453bea8c20a2ff2e17aa58f to your computer and use it in GitHub Desktop.
Save KageShiron/dcff92d89453bea8c20a2ff2e17aa58f to your computer and use it in GitHub Desktop.
chrome.bookmarks.getRecent(1,function(x){
if(x.length == 0)
alert("No bookmark");
else
alert(x[0].title);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment