palm
the browser's missing explore tab
palmとは何ですか?
palmはelliottcostによって開発されたChromeの拡張機能で、その主な機能は「the browser's missing explore tab」です。
拡張機能のスクリーンショット
palm拡張機能のCRXファイルをダウンロード
palm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's difficult to explore the web and find sites with that human touch. Palm adds a curated selection of handmade websites to your browser.
拡張機能の基本情報
名前 | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
公式URL | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
説明 | the browser's missing explore tab |
ファイルサイズ | 14.2 KB |
インストール数 | 43 |
現在のバージョン | 0.2 |
最終更新日 | 2022-09-14 |
公開日 | 2022-09-13 |
開発者 | elliottcost |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://elliott.computer/palm |
ヘルプページのURL | http://elliott.computer/palm |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "palm", "manifest_version": 3, "version": "0.2", "description": "the browser's missing explore tab", "action": { "default_popup": "palm.html" }, "background": { "service_worker": "script.js" }, "icons": { "48": "images\/icon-32-light.png", "96": "images\/icon-32-light.png" } } |