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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Laneros browser extension扩展crx文件

下载Laneros browser extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}