better destination
Assists users with moving to a new destination if the site they visit is no longer online
better destinationとは何ですか?
better destinationはsebastian.white247によって開発されたChromeの拡張機能で、その主な機能は「Assists users with moving to a new destination if the site they visit is no longer online」です。
拡張機能のスクリーンショット
better destination拡張機能のCRXファイルをダウンロード
better destination拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
site no longer active directs them to related content 拡張機能の基本情報
| 名前 | |
| ID | chhidbgbpdfffedjmkaaihhgabmempnm |
| 公式URL | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
| 説明 | Assists users with moving to a new destination if the site they visit is no longer online |
| ファイルサイズ | 6.41 KB |
| インストール数 | 200,000 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-09-19 |
| 公開日 | 2021-09-19 |
| 評価 | 2.32/5 合計 62 レビュー |
| 開発者 | sebastian.white247 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://better-destination.com |
| 対応言語 | en-US |
| manifest.json | |
{
"author": "Scott Davidson",
"name": "better destination",
"short_name": "BD",
"homepage_url": "https:\/\/better-destination.com",
"description": "Assists users with moving to a new destination if the site they visit is no longer online",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_icon": "logo-128.png",
"default_title": "better destination"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webRequest",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |