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 |
官方網址 | 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 |
電子郵箱 | [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\/" } |