Leita extension
chrome extension for Leita
什么是Leita extension?
Leita extension是由https://leita.app开发的Chrome扩展程序,该扩展的主要功能是“chrome extension for Leita”。
扩展截图
下载Leita extension扩展crx文件
下载Leita extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Leita のChrome Extensionです。
アイコンをクリックすると、ページをLeitaに追加できます。
追加したアイテムはiOSアプリ、Webアプリと同期されます。
始め方
1. ツールバーのアイコンをクリック
2. leita.appのログインページでログインする
3. これでLeita extensionとLeita Webアプリでログインできます。
4. お好きなページでツールバーのアイコンをクリックすることでアイテムを追加できます。
Leita https://leita.app/ios 扩展基本信息
| 名称 | |
| ID | galigneggpjdojmmaphdmnipndgdgabd |
| 官方URL | https://chromewebstore.google.com/detail/leita-extension/galigneggpjdojmmaphdmnipndgdgabd |
| 简介 | chrome extension for Leita |
| 文件大小 | 2.09 MB |
| 安装次数 | 87 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-10-31 |
| 上架时间 | 2019-10-29 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | https://leita.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://leita.app |
| 隐私政策页面URL | https://leita.app/privacy |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "chrome extension for Leita",
"version": "1.0.0",
"name": "Leita extension",
"options_page": "options.html",
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"popup.html",
"popup.bundle.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.bundle.js"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:8080\/*",
"https:\/\/coral-web-ffcb8.firebaseapp.com\/*",
"https:\/\/leita.app\/*"
]
}
} | |