LAPRAS SCOUT EXTENSION
extension for LAPRAS SCOUT
什么是LAPRAS SCOUT EXTENSION?
LAPRAS SCOUT EXTENSION是由lapras-developer开发的Chrome扩展程序,该扩展的主要功能是“extension for LAPRAS SCOUT”。
扩展截图
下载LAPRAS SCOUT EXTENSION扩展crx文件
下载LAPRAS SCOUT EXTENSION扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GitHubのレポジトリやQiitaの記事を閲覧中にLAPRAS のプロフィールを確認したり、タレントプールに追加したくなったときに、簡単に追加できるエクステンションです。connpassのイベントページからは候補者を一括追加することもできます。
※右クリックやブラウザアイコンからご利用いただけます。 扩展基本信息
| 名称 | |
| ID | hfmhhpcahkcajmihkfllkchcgblncbeo |
| 官方URL | https://chromewebstore.google.com/detail/lapras-scout-extension/hfmhhpcahkcajmihkfllkchcgblncbeo |
| 简介 | extension for LAPRAS SCOUT |
| 文件大小 | 1.59 MB |
| 安装次数 | 1,792 |
| 当前版本 | 4.1.0 |
| 更新时间 | 2023-09-11 |
| 上架时间 | 2020-05-28 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | lapras-developer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://corp.lapras.com/policy |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "LAPRAS SCOUT EXTENSION",
"version": "4.1.0",
"description": "extension for LAPRAS SCOUT",
"action": {
"default_icon": ".\/assets\/icon128.png",
"default_title": "LAPRAS SCOUT extension"
},
"options_ui": {
"page": ".\/dist\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"icons": {
"16": ".\/assets\/icon128.png",
"48": ".\/assets\/icon128.png",
"128": ".\/assets\/icon128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"tabs",
"background",
"notifications",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
".\/dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css"
],
"matches": [
" | |