随笔分类 -  Google

摘要:1 var tag = document.createElement('script'); 2 tag.src = "https://www.youtube.com/iframe_api"; 3 var firstScriptTag = document.getElementsByTagName('script')[0]; 4 firstScriptTag.parentNode.inse... 阅读全文
posted @ 2016-10-12 13:31 roseforyou 阅读(2812) 评论(0) 推荐(0)
摘要:(!!!!以前的好用的, 现在不行了~) 做chrome扩展桌面通知, 可能不想让浏览器自动关闭某个重要的桌面通知.那就不要使用 chrome.notifications.create 可以用 Web Notifications用法: 参考:http://www.w3.org/TR/notifica 阅读全文
posted @ 2016-04-13 17:44 roseforyou 阅读(954) 评论(0) 推荐(0)
摘要:Generate birthday dates base on lunar birthdays for google calendar import Can be used for notifying birthdays using google calendar根据农历生日生成可用于谷歌日历导入的 阅读全文
posted @ 2016-04-13 17:24 roseforyou 阅读(3427) 评论(0) 推荐(0)
摘要:Query 在线地址:https://developers.google.com/speed/libraries/devguide?hl=zh-CN#jquery此地址里还包含了很多的JS框架. 阅读全文
posted @ 2016-04-13 17:07 roseforyou 阅读(157) 评论(0) 推荐(0)