MyLOFT
This extension lets you save articles to MyLOFT
Co to jest MyLOFT?
MyLOFT to rozszerzenie Chrome opracowane przez https://app.myloft.xyz, a jego główną funkcją jest „This extension lets you save articles to MyLOFT”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MyLOFT
Pobierz pliki rozszerzeń MyLOFT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hljakogpibfgelmoegmajaeefcnefngd |
| Oficjalny URL | https://chromewebstore.google.com/detail/myloft/hljakogpibfgelmoegmajaeefcnefngd |
| Opis | This extension lets you save articles to MyLOFT |
| Rozmiar pliku | 748 KB |
| Liczba instalacji | 210,682 |
| Aktualna Wersja | 3.1.55 |
| Ostatnia Aktualizacja | 2024-02-17 |
| Data Publikacji | 2020-07-03 |
| Ocena | 4.00/5 Łącznie 17 Oceny |
| Deweloper | https://app.myloft.xyz |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.myloft.xyz |
| Adres URL Strony Pomocy | http://support.myloft.xyz/support/home |
| Adres URL Strony Polityki Prywatności | https://admin.myloft.xyz/page/privacy-policy |
| Obsługiwane Języki | 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": [
" | |