极客时间
帮助IT从业者快速获取行业最新知识
What is 极客时间?
极客时间 is a Chrome extension developed by geekbangdev, and its main feature is "帮助IT从业者快速获取行业最新知识".
Extension Screenshots
Download 极客时间 Extension CRX File
Download 极客时间 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
将技术从业者常用的极客时间学习功能在新标签页中汇集起来,让开发者们每日都能快速获取行业最新知识,提升个人专业技能。 【内容推荐】根据用户的学习习惯,每日为用户推荐学习内容; 【我的课程】记录用户正学习的课程,帮助其快速进入学习状态; 【快捷工具】聚合开发者最常用工具,快速解决问题提升研发效率; 【课程推荐】为用户推荐精心打磨的课程,及时了解行业动态; ⚠️注意:此浏览器拓展将默认修改您的新标签页,您可以通过顶部插件栏 - 极客时间 Logo,点击【右键】选择【选项】来设置是否替换您的新标签页。 此浏览器拓展由极客时间提供支持,在线问题反馈及更多建议请发送邮件至[email protected],我们诚挚期待您的声音。
Extension Basic Information
Name | |
ID | cnlcdcefmpcdobafghpjmpkmhihomnck |
Official URL | https://chrome.google.com/webstore/detail/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4/cnlcdcefmpcdobafghpjmpkmhihomnck |
Description | 帮助IT从业者快速获取行业最新知识 |
File Size | 338 KB |
Installation Count | 20,061 |
Current Version | 0.2.3 |
Last Updated | 2023-03-23 |
Publish Date | 2021-09-14 |
Rating | 1.63/5 Total 52 Ratings |
Developer | geekbangdev |
[email protected] | |
Payment Type | free |
Extension Website | https://time.geekbang.com/download/extensions |
Privacy Policy Page URL | https://time.geekbang.org/private |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u6781\u5ba2\u65f6\u95f4", "description": "\u5e2e\u52a9IT\u4ece\u4e1a\u8005\u5feb\u901f\u83b7\u53d6\u884c\u4e1a\u6700\u65b0\u77e5\u8bc6", "version": "0.2.3", "homepage_url": "https:\/\/time.geekbang.com\/", "permissions": [ "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_title": "\u6781\u5ba2\u65f6\u95f4", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; frame-ancestors 'none'; object-src 'self'; upgrade-insecure-requests;" } } |