parg.co URL shortener

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

parg.co URL shortenerとは何ですか?

parg.co URL shortenerはhttps://parg.coによって開発されたChromeの拡張機能で、その主な機能は「aparg's new parg.co extension is designed to shorten active tab URL」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

parg.co URL shortener拡張機能のCRXファイルをダウンロード

parg.co URL shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 parg.co URL shortener parg.co URL shortener
ID dkgihhapedpklhoilhcfbjcpmfggjbkc
公式URL https://chromewebstore.google.com/detail/pargco-url-shortener/dkgihhapedpklhoilhcfbjcpmfggjbkc
説明 aparg's new parg.co extension is designed to shorten active tab URL
ファイルサイズ 288 KB
インストール数 2,234
現在のバージョン 1.0.0.14
最終更新日 2021-04-20
公開日 2020-04-28
評価 5.00/5 合計 16 レビュー
開発者 https://parg.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://parg.co
プライバシーポリシーページのURL https://parg.co/terms
対応言語 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'"
}