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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Share to Native Apps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/" } |