Share to Native Apps

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

Vad är Share to Native Apps?

Share to Native Apps är en Chrome-tillägg utvecklad av https://browsernative.com, och dess huvudfunktion är "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Share to Native Apps-förlängningens CRX-fil

Ladda ner Share to Native Apps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Share to Native Apps Share to Native Apps
ID abfbkdogabfjekifogeacikcidnhpaej
Officiell webbadress https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej
Beskrivning Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
Filstorlek 9.78 KB
Antal Installationer 85
Aktuell Version 1.0.3
Senast Uppdaterad 2022-08-09
Publiceringsdatum 2021-01-31
Utvecklare https://browsernative.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/web-share-api-extension/
Hjälpsida URL https://browsernative.com/web-share-api-extension/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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\/"
}