Improved Potato

Chrome extension to manage bookmarks sanely

什麼是Improved Potato?

Improved Potato是由https://patheticgeek.dev開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to manage bookmarks sanely”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Improved Potato Improved Potato
ID kjnippnbinaiaophckfmlbicclieefpf
官方網址 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"
    }
}