CutUrl
Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
CutUrl क्या है?
CutUrl Adnan Ahmed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CutUrl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/ On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard. (Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)
एक्सटेंशन की मूल जानकारी
नाम | CutUrl |
ID | ealhhpadkmmoebajijpaaddnglnbfnjk |
आधिकारिक URL | https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk |
विवरण | Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut. |
फ़ाइल का आकार | 40.04 KB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2016-04-02 |
प्रकाशन तिथि | 2016-04-02 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Adnan Ahmed |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Idnan/cut-url |
सहायता पृष्ठ URL | https://github.com/Idnan/cut-url |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CutUrl", "short_name": "CutUrl", "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.", "version": "1.1.0", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/background.js" ] }, "permissions": [ "*:\/\/*.googleapis.com\/*", "notifications", "tabs" ], "icons": { "16": "assets\/img\/ico16.png", "48": "assets\/img\/ico48.png", "128": "assets\/img\/ico128.png" }, "homepage_url": "http:\/\/github.com\/idnan", "commands": { "toggle-pin": { "suggested_key": { "default": "Alt+Shift+C", "windows": "Alt+Shift+C", "mac": "Alt+Shift+C", "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C" }, "description": "Short your urls" } } } |