Improved Potato
Chrome extension to manage bookmarks sanely
Apa itu Improved Potato?
Improved Potato adalah ekstensi Chrome yang dikembangkan oleh https://patheticgeek.dev, dan fitur utamanya adalah "Chrome extension to manage bookmarks sanely".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Improved Potato
Unduh file ekstensi Improved Potato dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Lets you export your bookmarks in markdown instead of the default shitty HTML format. Checkout the repo: https://github.com/patheticGeek/chrome-bookmark-exporter
Informasi Dasar Ekstensi
Nama | Improved Potato |
ID | kjnippnbinaiaophckfmlbicclieefpf |
URL Resmi | https://chromewebstore.google.com/detail/improved-potato/kjnippnbinaiaophckfmlbicclieefpf |
Deskripsi | Chrome extension to manage bookmarks sanely |
Ukuran File | 71.09 KB |
Jumlah Instalasi | 337 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-11-18 |
Tanggal Publikasi | 2021-06-23 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://patheticgeek.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |