Clip.Net Web Application

This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy

Clip.Net Web Application क्या है?

Clip.Net Web Application https://splitty.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clip.Net Web Application एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        There are many situations where you want to copy the current URL to the clipboard, for example if you want to tell a friend about THAT awesome Amazon Sale ;)

But so much web pages (like Ebay, Amazon, Facebook, YouTube and way more) are transporting more or less useless information using GET-Parameters.

I am sure you'll agree that this looks pretty messy.
However, these long URLs are also a threat to your privacy because they contain the keywords you searched, a custom user id which could be used to identify you.

This extension provides a simple way to get rid of these long URLs and protect your privacy.

So how do you use it?
Just navigate to a supported website, find the Clip.Net icon at the right edge of your address bar and click it!

Clip.Net will automatically shorten the URL and copy it to your clipboard!

Supported Websites are (currently):
YouTube, Amazon, Ebay, Facebook

And more to come!

We'll definitely add way more websites to this list in the future!
Keep in mind that this is the very first release of the Clip.Net Web App ;)

I really hope you enjoy this little extension. I do :P

Oh, and please leave some feedback!
I need to know how to make this little tool even more sexy :)                    

एक्सटेंशन की मूल जानकारी

नाम Clip.Net Web Application Clip.Net Web Application
ID bednijpcbncdfkapnjpfbgagmeehnghf
आधिकारिक URL https://chromewebstore.google.com/detail/clipnet-web-application/bednijpcbncdfkapnjpfbgagmeehnghf
विवरण This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy
फ़ाइल का आकार 9.27 KB
स्थापना संख्या 420
वर्तमान संस्करण 0.2
अंतिम अपडेट 2014-07-07
प्रकाशन तिथि 2014-07-07
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://splitty.de
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip.Net Web Application",
    "description": "This extensions automatically shortens long urls, which makes them look more sexy while improving your privacy",
    "version": "0.2",
    "icons": {
        "128": "img\/clipnet_inactive.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "clipnet.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications",
        "clipboardWrite"
    ],
    "page_action": {
        "default_icon": "img\/clipnet_inactive.png",
        "default_title": "Clip.Net Web Application"
    }
}