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
公式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
Eメール [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"
    }
}