煎煎煎蛋
煎蛋网体验优化
煎煎煎蛋とは何ですか?
煎煎煎蛋はChcltによって開発されたChromeの拡張機能で、その主な機能は「煎蛋网体验优化」です。
拡張機能のスクリーンショット
煎煎煎蛋拡張機能のCRXファイルをダウンロード
煎煎煎蛋拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
这个拓展帮助你提升煎蛋网(jandan.net)的浏览体验,目前的功能包括:
GIF 图像增强,现在你可以在浏览 GIF 图像时控制播放、暂停、前一帧、后一帧,也可以减速、加速,还可以正放、倒放、来回放。对了,还有一个超载鸡样式的播放进度条!
该拓展程序已经在 Github 开源,如果有机会我会带来更多优化。 拡張機能の基本情報
| 名前 | |
| ID | ocjoihpdbdkcmddjapjlgagocficilhl |
| 公式URL | https://chromewebstore.google.com/detail/%E7%85%8E%E7%85%8E%E7%85%8E%E8%9B%8B/ocjoihpdbdkcmddjapjlgagocficilhl |
| 説明 | 煎蛋网体验优化 |
| ファイルサイズ | 20.86 KB |
| インストール数 | 51 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-08-08 |
| 公開日 | 2023-08-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Chclt |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/chclt/jandan-plus/ |
| ヘルプページのURL | https://github.com/chclt/jandan-plus/ |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u714e\u714e\u714e\u86cb",
"description": "\u714e\u86cb\u7f51\u4f53\u9a8c\u4f18\u5316",
"version": "1.0",
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"content_scripts": [
{
"js": [
"index.js"
],
"css": [
"index.css"
],
"matches": [
"*:\/\/jandan.net\/top",
"*:\/\/jandan.net\/top-4h",
"*:\/\/jandan.net\/top-tucao",
"*:\/\/jandan.net\/top-ooxx",
"*:\/\/jandan.net\/top-comments",
"*:\/\/jandan.net\/top-3days",
"*:\/\/jandan.net\/top-7days",
"*:\/\/jandan.net\/qa*",
"*:\/\/jandan.net\/treehole*",
"*:\/\/jandan.net\/ooxx*",
"*:\/\/jandan.net\/pic*",
"*:\/\/jandan.net\/t\/*"
],
"run_at": "document_end"
}
]
} | |