Leita extension
chrome extension for Leita
Leita extension là gì?
Leita extension là một tiện ích mở rộng Chrome được phát triển bởi https://leita.app, và tính năng chính của nó là "chrome extension for Leita".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Leita extension
Tải xuống các tệp mở rộng Leita extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Leita のChrome Extensionです。 アイコンをクリックすると、ページをLeitaに追加できます。 追加したアイテムはiOSアプリ、Webアプリと同期されます。 始め方 1. ツールバーのアイコンをクリック 2. leita.appのログインページでログインする 3. これでLeita extensionとLeita Webアプリでログインできます。 4. お好きなページでツールバーのアイコンをクリックすることでアイテムを追加できます。 Leita https://leita.app/ios
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Leita extension |
ID | galigneggpjdojmmaphdmnipndgdgabd |
URL Chính Thức | https://chromewebstore.google.com/detail/leita-extension/galigneggpjdojmmaphdmnipndgdgabd |
Mô tả | chrome extension for Leita |
Kích Thước Tệp | 2.09 MB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-10-31 |
Ngày Phát Hành | 2019-10-29 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://leita.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://leita.app |
URL Trang Chính Sách Bảo Mật | https://leita.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |