Share to Native Apps

Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.

什么是Share to Native Apps?

Share to Native Apps是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.”。

扩展截图

screenshot
screenshot

下载Share to Native Apps扩展crx文件

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

扩展使用说明

                        Works only on secured pages, and requires Chrome 93+ on Windows and ChromeOS.

Visit our home page for more details: https://browsernative.com/web-share-api-extension/                    

扩展基本信息

名称 Share to Native Apps Share to Native Apps
ID abfbkdogabfjekifogeacikcidnhpaej
官方URL https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej
简介 Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
文件大小 9.78 KB
安装次数 85
当前版本 1.0.3
更新时间 2022-08-09
上架时间 2021-01-31
开发者 https://browsernative.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/web-share-api-extension/
帮助页面URL https://browsernative.com/web-share-api-extension/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Share to Native Apps"
    },
    "description": "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Share to Native Apps",
    "version": "1.0.3",
    "minimum_chrome_version": "93",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "scripting",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/browsernative.com\/web-share-api-extension\/"
}