Laneros browser extension
News about technology, Internet, games and entertainment. Colombian Community.
Laneros browser extension란 무엇입니까?
Laneros browser extension은(는) Alvaro Arturo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "News about technology, Internet, games and entertainment. Colombian Community."입니다.
확장 프로그램 스크린샷
Laneros browser extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Designed for www.laneros.com, this extension allows access to a variety of options quickly, such as: 1. Quick links to different user options 2. Conversations 3. Alerts 4. Subscriptions 5. Bookmarks In addition, it has a section where basic user information is found. Has the option to search the site from the extension's pop-up Periodically checks (with interval adjustment in the extension options) if there are new responses in a conversation, new conversations, new alerts or unread subscriptions and if so, displays a consolidated notification or an individual notification Dark mode available, based on browser settings. Quick actions, each item has different options, according to its type, to interact with it. Multiple themes, you can customize the extension theme in 6 different colors
확장 프로그램 기본 정보
이름 | Laneros browser extension |
ID | odcfloakhlmignakgflbofpdaiaclijg |
공식 URL | https://chromewebstore.google.com/detail/laneros-browser-extension/odcfloakhlmignakgflbofpdaiaclijg |
설명 | News about technology, Internet, games and entertainment. Colombian Community. |
파일 크기 | 222 KB |
설치 횟수 | 62 |
현재 버전 | 11.6 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2019-12-28 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Alvaro Arturo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.arthvrian.org |
도움말 페이지 URL | https://www.laneros.com/temas/app-google-chrome-de-laneros-com.183029/ |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "version": "11.6.0.0", "version_name": "11.6", "short_name": "__MSG_extension_short_name__", "description": "__MSG_extension_description__", "default_locale": "es", "permissions": [ "notifications", "alarms", "storage" ], "host_permissions": [ "https:\/\/*.laneros.com\/", "https:\/\/*.laneros.net\/" ], "icons": { "128": "assets\/extension_icon.png" }, "action": { "default_title": "__MSG_extension_name__", "default_icon": "assets\/extension_icon.png", "default_popup": "views\/popup.html" }, "options_ui": { "page": "views\/options.html", "open_in_tab": true }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "author": "arthvrian", "homepage_url": "https:\/\/www.arthvrian.org" } |