is.gd URL Shortener
is.gd URL Shortener
is.gd URL Shortener क्या है?
is.gd URL Shortener 14k द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "is.gd URL Shortener"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में is.gd URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UNMAINTAINED Version 1.0.0.1 changes: -Fixed url encoding Version 1.0.0.2 changes: -Forced to update manifest file Version 1.0.0.3 changes: -Fixed security issues caused by inline scripts ban. (which broked extension) Version 1.0.0.4 changes: -Fiex CORS
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cdofbppppmjfejecfiegjnmbbgichjhg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg |
विवरण | is.gd URL Shortener |
फ़ाइल का आकार | 26.31 KB |
स्थापना संख्या | 1,261 |
वर्तमान संस्करण | 1.0.0.4 |
अंतिम अपडेट | 2017-05-22 |
प्रकाशन तिथि | 2017-05-22 |
रेटिंग | 4.39/5 कुल 49 रेटिंग्स |
डेवलपर | 14k |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://steamcommunity.com/id/xozyain/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "is.gd URL Shortener", "icons": { "128": "isgd.png" }, "manifest_version": 2, "name": "is.gd URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/is.gd\/*", "https:\/\/is.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.4" } |