Share to Native Apps

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

Wat is Share to Native Apps?

Share to Native Apps is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Share to Native Apps

Download Share to Native Apps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Share to Native Apps Share to Native Apps
ID abfbkdogabfjekifogeacikcidnhpaej
Officiële URL https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej
Beschrijving Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
Bestandsgrootte 9.78 KB
Aantal Installaties 85
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-08-09
Publicatiedatum 2021-01-31
Ontwikkelaar https://browsernative.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/web-share-api-extension/
Help Pagina-URL https://browsernative.com/web-share-api-extension/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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\/"
}