Laneros browser extension

News about technology, Internet, games and entertainment. Colombian Community.

Laneros browser extension क्या है?

Laneros browser extension Alvaro Arturo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "News about technology, Internet, games and entertainment. Colombian Community."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Laneros browser extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}