Open local Link
Open local link by clicking
Open local Link क्या है?
Open local Link hashed tomato द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open local link by clicking"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open local Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension make it possible to open a local file or folder by clicking its link (tag ) in Web page. When you click the link, the local file would be opened by the application associated with the file if the file suffix is xlsx, docx or pdf, otherwise opened in Windows Explorer. This extension requires installing native client application in the local PC. The installation instruction will be displayed at the installation of this extension. - the local link must be a tag with href="file://..." - support multi-frame web page (frameset)
एक्सटेंशन की मूल जानकारी
नाम | Open local Link |
ID | bhipgegdnofneghbmnmgbfdjfhbmejbe |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-local-link/bhipgegdnofneghbmnmgbfdjfhbmejbe |
विवरण | Open local link by clicking |
फ़ाइल का आकार | 129 KB |
स्थापना संख्या | 3,033 |
वर्तमान संस्करण | 1.0.10 |
अंतिम अपडेट | 2022-08-20 |
प्रकाशन तिथि | 2020-07-20 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | hashed tomato |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hashedtomato3/open-local-link |
सहायता पृष्ठ URL | https://github.com/hashedtomato3/open-local-link |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open local Link", "version": "1.0.10", "manifest_version": 2, "description": "Open local link by clicking", "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |