jike.k
更好的即刻网页版浏览体验
What is jike.k?
jike.k is a Chrome extension developed by https://wocai.de, and its main feature is "更好的即刻网页版浏览体验".
Extension Screenshots
Download jike.k Extension CRX File
Download jike.k 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
为即刻网页版进行优化,提升网页端图片阅读的体验。 目前已经支持的功能有: 🌅看图模式:对于部分以图片为主的主题/圈子,展示一个更大的看图模式布局。 📌手动开关:你可以为每一个主题设置单独的展示模式。 0.0.6 更新说明: 移除了部分不需要的权限,功能部分没有增加 0.0.5 更新说明: 替即刻官方修复了一个即刻下拉菜单自带的小问题。
Extension Basic Information
Name | jike.k |
ID | ceohoefapneebmoilaicplfenfkmfoni |
Official URL | https://chromewebstore.google.com/detail/jikek/ceohoefapneebmoilaicplfenfkmfoni |
Description | 更好的即刻网页版浏览体验 |
File Size | 19.85 KB |
Installation Count | 92 |
Current Version | 0.0.6 |
Last Updated | 2021-04-12 |
Publish Date | 2019-06-17 |
Developer | https://wocai.de |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kokdemo/jike.k |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jike.k", "version": "0.0.6", "manifest_version": 2, "description": "\u66f4\u597d\u7684\u5373\u523b\u7f51\u9875\u7248\u6d4f\u89c8\u4f53\u9a8c", "homepage_url": "https:\/\/github.com\/kokdemo\/jike.k", "icons": { "16": "jike16.png", "48": "jike48.png", "128": "jike128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/web.okjike.com\/topic\/*", "https:\/\/web.okjike.com\/*", "https:\/\/web.okjike.com\/post-detail\/*" ], "css": [], "js": [ "jike.js" ], "all_frames": true, "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage", "https:\/\/web.okjike.com\/topic\/*" ] } |