搜影片
右鍵搜尋影片
What is 搜影片?
搜影片 is a Chrome extension developed by aday0123b, and its main feature is "右鍵搜尋影片".
Extension Screenshots
Download 搜影片 Extension CRX File
Download 搜影片 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
用右鍵快速搜尋影片。以幫助中文字詞教學者,可以用右鍵快速搜尋影片幫助教學。
Extension Basic Information
Name | 搜影片 |
ID | elginpmfagfpagmoiogocfholkelihff |
Official URL | https://chromewebstore.google.com/detail/%E6%90%9C%E5%BD%B1%E7%89%87/elginpmfagfpagmoiogocfholkelihff |
Description | 右鍵搜尋影片 |
File Size | 35.5 KB |
Installation Count | 42 |
Current Version | 2.1 |
Last Updated | 2021-06-23 |
Publish Date | 2021-06-22 |
Developer | aday0123b |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |