搜影片
右鍵搜尋影片
搜影片とは何ですか?
搜影片はaday0123bによって開発されたChromeの拡張機能で、その主な機能は「右鍵搜尋影片」です。
拡張機能のスクリーンショット
搜影片拡張機能のCRXファイルをダウンロード
搜影片拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
用右鍵快速搜尋影片。以幫助中文字詞教學者,可以用右鍵快速搜尋影片幫助教學。 拡張機能の基本情報
| 名前 | |
| ID | elginpmfagfpagmoiogocfholkelihff |
| 公式URL | https://chromewebstore.google.com/detail/%E6%90%9C%E5%BD%B1%E7%89%87/elginpmfagfpagmoiogocfholkelihff |
| 説明 | 右鍵搜尋影片 |
| ファイルサイズ | 35.5 KB |
| インストール数 | 42 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2021-06-23 |
| 公開日 | 2021-06-22 |
| 開発者 | aday0123b |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u641c\u5f71\u7247",
"description": "\u53f3\u9375\u641c\u5c0b\u5f71\u7247",
"version": "2.1",
"icons": {
"48": "icons\/logo_48.png",
"96": "icons\/logo_96.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
}
} | |