hello, friend
Dark terminal-esque new tab page with your bookmarks
hello, friendとは何ですか?
hello, friendはhttps://jaywick.xyzによって開発されたChromeの拡張機能で、その主な機能は「Dark terminal-esque new tab page with your bookmarks」です。
拡張機能のスクリーンショット
hello, friend拡張機能のCRXファイルをダウンロード
hello, friend拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a replacement for your new-tab page so that when you create a new tab (via Cmd/Ctrl + T or "+" in the toolbar) you can see a list of all your bookmarks. The bookmarks are shown as links and laid out as columns in a dark themed computer terminal-style. Customisation of the links involves simply editing your bookmarks. This extension is built as an Web Extension and open sourced here – https://github.com/jaywick/hello-friend 拡張機能の基本情報
| 名前 | |
| ID | aehibelbdjcoffckialjmnilfimajain |
| 公式URL | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
| 説明 | Dark terminal-esque new tab page with your bookmarks |
| ファイルサイズ | 74.34 KB |
| インストール数 | 19 |
| 現在のバージョン | 0.12 |
| 最終更新日 | 2021-06-20 |
| 公開日 | 2020-03-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://jaywick.xyz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/jaywick/hello-friend |
| ヘルプページのURL | https://github.com/jaywick/hello-friend/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "hello, friend",
"description": "Dark terminal-esque new tab page with your bookmarks",
"permissions": [
"bookmarks"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"version": "0.12",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"applications": {
"gecko": {
"id": "[email protected]"
}
}
} | |