极客时间页面优化
页面左侧目录高度范围调大
What is 极客时间页面优化?
极客时间页面优化 is a Chrome extension developed by interest, and its main feature is "页面左侧目录高度范围调大".
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和简介占地方,将这些去除,并将目录高度调大
Extension Basic Information
Name | 极客时间页面优化 |
ID | jahhpocahfaldlddfdpeconlhlaecbjo |
Official URL | https://chromewebstore.google.com/detail/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4%E9%A1%B5%E9%9D%A2%E4%BC%98%E5%8C%96/jahhpocahfaldlddfdpeconlhlaecbjo |
Description | 页面左侧目录高度范围调大 |
File Size | 10.5 KB |
Installation Count | 56 |
Current Version | 2.1 |
Last Updated | 2021-09-04 |
Publish Date | 2019-08-18 |
Developer | interest |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6781\u5ba2\u65f6\u95f4\u9875\u9762\u4f18\u5316", "manifest_version": 2, "version": "2.1", "description": "\u9875\u9762\u5de6\u4fa7\u76ee\u5f55\u9ad8\u5ea6\u8303\u56f4\u8c03\u5927", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": ".\/images\/icon128.png", "default_title": "interest" }, "content_scripts": [ { "matches": [ "https:\/\/time.geekbang.org\/column\/*" ], "js": [ "main.js" ] } ] } |