Improved Potato
Chrome extension to manage bookmarks sanely
什么是Improved Potato?
Improved Potato是由https://patheticgeek.dev开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to manage bookmarks sanely”。
扩展截图
下载Improved Potato扩展crx文件
下载Improved Potato扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lets you export your bookmarks in markdown instead of the default shitty HTML format.
Checkout the repo: https://github.com/patheticGeek/chrome-bookmark-exporter 扩展基本信息
| 名称 | |
| ID | kjnippnbinaiaophckfmlbicclieefpf |
| 官方URL | https://chromewebstore.google.com/detail/improved-potato/kjnippnbinaiaophckfmlbicclieefpf |
| 简介 | Chrome extension to manage bookmarks sanely |
| 文件大小 | 71.09 KB |
| 安装次数 | 337 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-11-18 |
| 上架时间 | 2021-06-23 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://patheticgeek.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Improved Potato",
"version": "1.0.0",
"description": "Chrome extension to manage bookmarks sanely",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"permissions": [
"bookmarks"
],
"options_ui": {
"page": "pages\/options\/index.html",
"open_in_tab": true
},
"action": {
"default_popup": "pages\/popup\/index.html"
}
} | |