Pingler
Ping any page you are on by clicking on the icon in your browser
Pingler क्या है?
Pingler https://pingler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ping any page you are on by clicking on the icon in your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pingler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Add-on is an excellent way for you to ping any page on-the-fly. If you are on a page and want to Ping it, just click on the Pingler icon in your Chrome browser and the URL of the page will be sent to Pingler and pinged automatically for you.
एक्सटेंशन की मूल जानकारी
नाम | Pingler |
ID | odgiehjnopebofbjkgdjenflakfaahnm |
आधिकारिक URL | https://chromewebstore.google.com/detail/pingler/odgiehjnopebofbjkgdjenflakfaahnm |
विवरण | Ping any page you are on by clicking on the icon in your browser |
फ़ाइल का आकार | 151 KB |
स्थापना संख्या | 3,197 |
वर्तमान संस्करण | 1.5.0 |
अंतिम अपडेट | 2015-11-18 |
प्रकाशन तिथि | 2015-11-18 |
रेटिंग | 3.79/5 कुल 29 रेटिंग्स |
डेवलपर | https://pingler.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://pingler.com |
सहायता पृष्ठ URL | http://pingler.com/helpdesk/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pingler", "version": "1.5.0", "icons": { "16": "img\/Icon16x16.png", "19": "img\/Icon19x19.png", "48": "img\/Icon48x48.png", "128": "img\/Icon128x128.png" }, "description": "Ping any page you are on by clicking on the icon in your browser", "browser_action": { "default_title": "Press to see more actions", "default_icon": "img\/Icon19x19.png" }, "options_page": "options\/options.html", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-1.6.1.min.js", "js\/popup.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |