Urler
Url pikcup utilities
Urler क्या है?
Urler ahomu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Url pikcup utilities"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Urler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# Urler - Chrome Extension **This extension is currently beta**  ## Feature - Copy current tab's url - Copy all open tab urls - Open `` - Open `` - Open `` - Open `` - Open `` - Open [Facebook Debugger](https://developers.facebook.com/tools/debug/) with current tab's url - Open [Structured Data Testing Tool](https://developers.google.com/structured-data/testing-tool/) with current tab's url ## Images - [Squarespace Logo — Squarespace](http://www.squarespace.com/logo/) -Popup icons made by Google from www.flaticon.com is licensed by CC BY 3.0
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eihihfjgohgnddfnbclochbeljojmgge |
आधिकारिक URL | https://chrome.google.com/webstore/detail/urler/eihihfjgohgnddfnbclochbeljojmgge |
विवरण | Url pikcup utilities |
फ़ाइल का आकार | 26.51 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2015-06-28 |
प्रकाशन तिथि | 2015-06-28 |
डेवलपर | ahomu |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ahomu/Urler |
सहायता पृष्ठ URL | https://github.com/ahomu/Urler/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Urler", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "clipboardRead", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |