Perfect Home
New tab replacement
Perfect Homeとは何ですか?
Perfect HomeはPerfect Thingsによって開発されたChromeの拡張機能で、その主な機能は「New tab replacement」です。
拡張機能のスクリーンショット
Perfect Home拡張機能のCRXファイルをダウンロード
Perfect Home拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace your new-tab page and home page with your bookmarks. No ads, no speed dials, no frequently visited or other "frecency" bullshit! Just your own, predictable grid of links. 拡張機能の基本情報
| 名前 | |
| ID | hdekbnedodfockfppllkaaahaibfgcaj |
| 公式URL | https://chromewebstore.google.com/detail/perfect-home/hdekbnedodfockfppllkaaahaibfgcaj |
| 説明 | New tab replacement |
| ファイルサイズ | 131 KB |
| インストール数 | 390 |
| 現在のバージョン | 0.14.0 |
| 最終更新日 | 2023-09-12 |
| 公開日 | 2021-03-16 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Perfect Things |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/perfect-things/perfect-home/ |
| ヘルプページのURL | https://github.com/perfect-things/perfect-home/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Perfect Home",
"version": "0.14.0",
"author": "PerfectThings",
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "New tab replacement",
"permissions": [
"bookmarks",
"storage"
],
"icons": {
"48": "icon48.png",
"96": "icon96.png"
}
} | |