Share to Native Apps
Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
Share to Native Appsとは何ですか?
Share to Native Appsはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.」です。
拡張機能のスクリーンショット
Share to Native Apps拡張機能のCRXファイルをダウンロード
Share to Native Apps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | Share to Native Apps |
ID | abfbkdogabfjekifogeacikcidnhpaej |
公式URL | https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej |
説明 | Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API. |
ファイルサイズ | 9.78 KB |
インストール数 | 85 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-08-09 |
公開日 | 2021-01-31 |
開発者 | https://browsernative.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/web-share-api-extension/ |
ヘルプページのURL | https://browsernative.com/web-share-api-extension/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | 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\/" } |