parg.co URL shortener

aparg's new parg.co extension is designed to shorten active tab URL

What is parg.co URL shortener?

parg.co URL shortener is a Chrome extension developed by https://parg.co, and its main feature is "aparg's new parg.co extension is designed to shorten active tab URL".

Extension Screenshots

screenshot
screenshot
screenshot

Download parg.co URL shortener Extension CRX File

Download parg.co URL shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Aparg is happy to present chrome extension for parg.co, which will enable you to get shorten URL of the current one with the help of just one click. This will help you to make your daily work productive.

Why to use parg.co?
As you probably know URL shorteners turn a regular URL into a neat one. You might have seen several similar web pages like: https://www.example.com/category1/page1?variable1=23645273564634&variable2=7482736487263S87462. Taking into consideration the fact that they are neither easy readable nor memorable we present another solution for your problem. Parg.co provides an opportunity to make the URL shorter which will look like parg.co/bH8f. Due to that it will be easier to remember a few symbols than long and mixed numbers and symbols.
Besides it's more convenient to use similar URLs while making referrals in a content. Moreover, it's easy to dictate the neat URL over the phone.
At last but not the least it's important to mention that URLs should be convenient for sharing. In case you want to share an image URL and it's too long, then you just shorten it with the help of parg.co and just share a clear and ease memorable URL. 
The rise of mobile smartphones, texting and mobile internet is just a fact that it's far easier to text a short URL than a long one. It is obvious that sharing is one of the most popular activity in social platform.
The advantage of our URL shortener is that it's one of the unique shortener that supports URLs in any language. As the number of urls in different languages increases, parg.co has found an advance solution to handle them.

So, our product will give you an opportunity to save your time and use a tiny URLs instead of remembering so many complicated links. Hope you'll like our new product and will make your communication easier and more organized. 

In order to use the service with advanced options please go to: https://parg.co                    

Extension Basic Information

Name parg.co URL shortener parg.co URL shortener
ID dkgihhapedpklhoilhcfbjcpmfggjbkc
Official URL https://chromewebstore.google.com/detail/pargco-url-shortener/dkgihhapedpklhoilhcfbjcpmfggjbkc
Description aparg's new parg.co extension is designed to shorten active tab URL
File Size 288 KB
Installation Count 2,234
Current Version 1.0.0.14
Last Updated 2021-04-20
Publish Date 2020-04-28
Rating 5.00/5 Total 16 Ratings
Developer https://parg.co
Email [email protected]
Payment Type free
Extension Website https://parg.co
Privacy Policy Page URL https://parg.co/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "parg.co URL shortener",
    "description": "aparg's new parg.co extension is designed to shorten active tab URL",
    "version": "1.0.0.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Make it short"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/parg.co\/api\/shorten",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}