Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Copy-URL क्या है?
Copy-URL Wimiles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy only the domain name. Developed by: Devin G. and William M."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy-URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Copy the Domain URL of the page you are on. Places a button next to your address bar, allowing you to copy the Domain. - This only copies the domain name (ie domain.com or www.domain.com) - Removes extras (such as http:// and /index.html) - Useful if you ping/dig/nslookup lots of domain names Updates: 0.0.2: Added popup to show text copied successfully. 0.0.3: Decreased time popup lasts by request. 0.1.0: Reworked code to work on Mac and Linux. 0.1.2: Bug fix.
एक्सटेंशन की मूल जानकारी
नाम | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
विवरण | Copy only the domain name. Developed by: Devin G. and William M. |
फ़ाइल का आकार | 3.68 KB |
स्थापना संख्या | 338 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2012-11-30 |
प्रकाशन तिथि | 2012-11-30 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Wimiles |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-URL", "description": "Copy only the domain name. Developed by: Devin G. and William M.", "version": "0.1.2", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "code.html" } } |