MyLOFT

This extension lets you save articles to MyLOFT

MyLOFT란 무엇입니까?

MyLOFT은(는) https://app.myloft.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you save articles to MyLOFT"입니다.

확장 프로그램 스크린샷

screenshot

MyLOFT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 MyLOFT MyLOFT
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
이메일 [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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'  ; object-src 'self';    default-src 'self' https:\/\/app-settings-myloft-prod.s3.amazonaws.com     https:\/\/*.myloft.xyz  https:\/\/s3-app-settings-myloft-test.s3.amazonaws.com   https:\/\/myloft-app-settings.s3.amazonaws.com  https:\/\/*.remotexs.cn  https:\/\/*.eclateng.com  https:\/\/*.remotexs.co;     style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline';font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com data:; "
    }
}