MyLOFT
This extension lets you save articles to MyLOFT
MyLOFTとは何ですか?
MyLOFTはhttps://app.myloft.xyzによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you save articles to MyLOFT」です。
拡張機能のスクリーンショット
MyLOFT拡張機能のCRXファイルをダウンロード
MyLOFT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you find some interesting article in Chrome that you want to read later , organize or share with your friends, add it to MyLOFT.
MyLOFT Features :-
* Read content offline
* Access e-content subscribed by your Library
* Universal Search with Voice Support
* Tag your content
* Add your content to a collection
* Favorite It
* Syncs on all devices
* Give rest to your eyes and listen to your articles (Text to Speech)
* Get the latest articles of your subscribed library journals 拡張機能の基本情報
| 名前 | |
| ID | hljakogpibfgelmoegmajaeefcnefngd |
| 公式URL | https://chromewebstore.google.com/detail/myloft/hljakogpibfgelmoegmajaeefcnefngd |
| 説明 | This extension lets you save articles to MyLOFT |
| ファイルサイズ | 748 KB |
| インストール数 | 210,682 |
| 現在のバージョン | 3.1.55 |
| 最終更新日 | 2024-02-17 |
| 公開日 | 2020-07-03 |
| 評価 | 4.00/5 合計 17 レビュー |
| 開発者 | https://app.myloft.xyz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.myloft.xyz |
| ヘルプページのURL | http://support.myloft.xyz/support/home |
| プライバシーポリシーページのURL | https://admin.myloft.xyz/page/privacy-policy |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MyLOFT",
"version": "3.1.55",
"manifest_version": 3,
"author": "Eclat Engineering Pvt. Ltd.",
"description": "__MSG_manifest_description__",
"homepage_url": "https:\/\/app.myloft.xyz\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"service_worker": "src\/bg\/service_worker.js",
"type": "module"
},
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "__MSG_browser_action_title__",
"default_popup": "src\/browser_action\/browser_action.html"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": false
},
"minimum_chrome_version": "110",
"permissions": [
"webRequest",
"webRequestAuthProvider",
"declarativeNetRequest",
"scripting",
"activeTab",
"proxy",
"cookies",
"idle",
"notifications",
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/app.myloft.xyz\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"src\/content\/inject-icon.js",
"src\/content\/search-keyword-analytics.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/domain-rules\/domain-rules.html"
],
"matches": [
" | |