geturls
Extension to get URLs of open chrome tabs
geturls क्या है?
geturls https://seattlerules.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to get URLs of open chrome tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में geturls एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension to get URLs of open chrome tabs, and display them in a single list in a popup window, allowing one to easily copy and paste urls of all open tabs for future reference. Clicking the url in the popup window highlights a current tab. Functional buttons to: -only show images on the page in the current tab -remove all media (video, audio, images) from the page in the current tab -close all tabs, except the current tab You should install this if you frequently deal with multiple tabs, and want to filter media.
एक्सटेंशन की मूल जानकारी
नाम | geturls |
ID | enkbdcdmbcijggpeondbdhdbfhcjbfmc |
आधिकारिक URL | https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc |
विवरण | Extension to get URLs of open chrome tabs |
फ़ाइल का आकार | 35.55 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2014-11-20 |
प्रकाशन तिथि | 2014-11-20 |
डेवलपर | https://seattlerules.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://seattlerules.com/geturls |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "geturls", "description": "Extension to get URLs of open chrome tabs", "version": "1.0.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Get Tab Urls", "default_icon": "icon_128.png", "default_popup": "index.html" } } |