Leita extension
chrome extension for Leita
What is Leita extension?
Leita extension is a Chrome extension developed by https://leita.app, and its main feature is "chrome extension for Leita".
Extension Screenshots
Download Leita extension Extension CRX File
Download Leita extension 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
Leita のChrome Extensionです。 アイコンをクリックすると、ページをLeitaに追加できます。 追加したアイテムはiOSアプリ、Webアプリと同期されます。 始め方 1. ツールバーのアイコンをクリック 2. leita.appのログインページでログインする 3. これでLeita extensionとLeita Webアプリでログインできます。 4. お好きなページでツールバーのアイコンをクリックすることでアイテムを追加できます。 Leita https://leita.app/ios
Extension Basic Information
Name | Leita extension |
ID | galigneggpjdojmmaphdmnipndgdgabd |
Official URL | https://chromewebstore.google.com/detail/leita-extension/galigneggpjdojmmaphdmnipndgdgabd |
Description | chrome extension for Leita |
File Size | 2.09 MB |
Installation Count | 87 |
Current Version | 1.0.0 |
Last Updated | 2019-10-31 |
Publish Date | 2019-10-29 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://leita.app |
[email protected] | |
Payment Type | free |
Extension Website | https://leita.app |
Privacy Policy Page URL | https://leita.app/privacy |
Supported Languages | 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\/*" ] } } |