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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share to Native Apps

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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\/"
}