Blue Links
Copy Google search results links with a single click
Blue Links क्या है?
Blue Links https://www.seomemento.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy Google search results links with a single click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Blue Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Blue Links lets you copy Google search results with a single click! Enter a search term in Google, hit enter and then click on the icon. Just that simple!
एक्सटेंशन की मूल जानकारी
नाम | Blue Links |
ID | ifbkibkfjbedaipjhinjedldejnaikak |
आधिकारिक URL | https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak |
विवरण | Copy Google search results links with a single click |
फ़ाइल का आकार | 41.51 KB |
स्थापना संख्या | 135 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2023-11-10 |
प्रकाशन तिथि | 2022-11-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.seomemento.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon-128.png", "default_title": "Blue Links" }, "name": "Blue Links", "description": "Copy Google search results links with a single click ", "homepage_url": "https:\/\/www.seomemento.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "version": "0.3", "manifest_version": 3 } |