Share to Native Apps

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

Co to jest Share to Native Apps?

Share to Native Apps to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Share to Native Apps

Pobierz pliki rozszerzeń Share to Native Apps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Share to Native Apps Share to Native Apps
ID abfbkdogabfjekifogeacikcidnhpaej
Oficjalny URL https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej
Opis Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
Rozmiar pliku 9.78 KB
Liczba instalacji 85
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-08-09
Data Publikacji 2021-01-31
Deweloper https://browsernative.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsernative.com/web-share-api-extension/
Adres URL Strony Pomocy https://browsernative.com/web-share-api-extension/
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki 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\/"
}