Share to Native Apps

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

Cos'è Share to Native Apps?

Share to Native Apps è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Share to Native Apps

Scarica i file di estensione Share to Native Apps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Share to Native Apps Share to Native Apps
ID abfbkdogabfjekifogeacikcidnhpaej
URL Ufficiale https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej
Descrizione Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
Dimensione del File 9.78 KB
Conteggio Installazioni 85
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-08-09
Data di Pubblicazione 2021-01-31
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/web-share-api-extension/
URL della Pagina di Aiuto https://browsernative.com/web-share-api-extension/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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\/"
}