Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Linkification Chrome क्या है?
Linkification Chrome https://www.resolutedreamer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linkification Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
विवरण | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
फ़ाइल का आकार | 139 KB |
स्थापना संख्या | 776 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2016-08-25 |
प्रकाशन तिथि | 2016-08-24 |
रेटिंग | 2.53/5 कुल 15 रेटिंग्स |
डेवलपर | https://www.resolutedreamer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkification Chrome", "description": "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.0.min.js", "linkify.min.js", "linkify-jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |