OpeninApp - links that open where they should

Generate Viral Links | Open links where they should be opened

什么是OpeninApp - links that open where they should?

OpeninApp - links that open where they should是由OpeninApp开发的Chrome扩展程序,该扩展的主要功能是“Generate Viral Links | Open links where they should be opened”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载OpeninApp - links that open where they should扩展crx文件

下载OpeninApp - links that open where they should扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The OpenInApp Chrome Extension is an innovative tool that supercharges your browsing experience by seamlessly integrating native apps with your online workflow. This smart link generator is designed to save time, increase productivity, and make online navigation a breeze.

At the core of OpenInApp Chrome Extension lies its ability to instantly convert regular web links into smart links. These smart links, when clicked, automatically open in their corresponding native apps instead of a web browser. Say goodbye to manual copying and pasting of URLs, and hello to a smoother, more intuitive experience.

Whether you're navigating to a YouTube video, a LinkedIn profile, or a Dropbox file, OpenInApp recognizes the target of your web link and intelligently redirects it to the native app on your device. This simple yet powerful mechanism eradicates the need for excessive tab-switching, ensuring an uninterrupted browsing experience.

The OpenInApp Chrome Extension is user-friendly and easy to install, making it a suitable choice for users with varying levels of tech-savviness. Once installed, it runs quietly in the background of your browser, ready to transform your web links at a moment's notice.

In addition to its core features, OpenInApp also respects your privacy and security. It does not store or share any personal information, ensuring that your browsing habits remain private.
Upgrade your online navigation with the OpenInApp Chrome Extension - a smart tool for a smarter internet experience.                    

扩展基本信息

名称 OpeninApp - links that open where they should OpeninApp - links that open where they should
ID nlobmelldlojlomikicneipgpmjbofmf
官方URL https://chromewebstore.google.com/detail/openinapp-links-that-open/nlobmelldlojlomikicneipgpmjbofmf
简介 Generate Viral Links | Open links where they should be opened
文件大小 149 KB
安装次数 49
当前版本 1.0.0
更新时间 2023-05-30
上架时间 2023-05-29
评分 5.00/5 共2次评分
开发者 OpeninApp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.openinapp.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpeninApp - links that open where they should",
    "short_name": "OpeninApp",
    "version": "1.0.0",
    "description": "Generate Viral Links | Open links where they should be opened",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "favicon"
    ],
    "icons": {
        "16": ".\/icons\/16.png",
        "32": ".\/icons\/32.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_title": "OpeninApp",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.ttf",
                "_favicon\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}