Share to Native Apps
Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
What is Share to Native Apps?
Share to Native Apps is a Chrome extension developed by https://browsernative.com, and its main feature is "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.".
Extension Screenshots
Download Share to Native Apps Extension CRX File
Download Share to Native Apps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Share to Native Apps |
ID | abfbkdogabfjekifogeacikcidnhpaej |
Official URL | https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej |
Description | Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API. |
File Size | 9.78 KB |
Installation Count | 85 |
Current Version | 1.0.3 |
Last Updated | 2022-08-09 |
Publish Date | 2021-01-31 |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/web-share-api-extension/ |
Help Page URL | https://browsernative.com/web-share-api-extension/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | 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\/" } |