G.UA url shortener

Plugin for g.ua url shortener service

什麼是G.UA url shortener?

G.UA url shortener是由http://g.ua開發的Chrome擴展程式,該擴展的主要功能是“Plugin for g.ua url shortener service”。

擴展截圖

screenshot

下載G.UA url shortener擴展crx文件

下載G.UA url shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Shorten and copy links in one click

*About
G.UA is the easiest link shortener ever. Due to its one-letter domain name, all the links, shortened with G.UA, are really small.

*How it works
When you click on the extension icon, the link from the address bar is already been shortened and copied to clipboard - isn’t that a dream?

*Features
  - Automatical copying of the link with a single touch of a button
  - Preview of the stortened link in the plugin window
  - Expansion of the shortened link via http://g.ua web interface
  - You can create a QR-code of your link on the http://g.ua web site

***********************
If you see a feature that's missing or have any problem with the extension, please write us at [email protected]

***********************
Special thanks to the authors:
Idea - NIC.UA LLC, http://nic.ua
Design - Psyho, http://psyho.ua

Note: the G.UA Chrome extension does not collect any additional data about your browsing activity or history, while the information, entered by users, is not being spreaded anywhere. The only activity is forwarding to a shortened link.                    

擴展基本資訊

名稱 G.UA url shortener G.UA url shortener
ID jjmcmlhbeipmnapllhpmmpdnfdaiccop
官方網址 https://chrome.google.com/webstore/detail/gua-url-shortener/jjmcmlhbeipmnapllhpmmpdnfdaiccop
簡介 Plugin for g.ua url shortener service
檔案大小 29.43 KB
安裝次數 54
目前版本 0.2
更新時間 2013-10-12
上架時間 2013-10-12
評分 2.62/5 共 53 次評分
開發者 http://g.ua
付費類型 free
支援的語言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "G.UA url shortener",
    "version": "0.2",
    "description": "Plugin for g.ua url shortener service",
    "browser_action": {
        "default_icon": "img\/g-48.png",
        "default_title": "g.ua",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/g-16.png",
        "48": "img\/g-48.png",
        "128": "img\/g-128.png"
    },
    "default_locale": "ru",
    "content_security_policy": "script-src 'self' https:\/\/api.g.ua; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/api.g.ua\/"
    ]
}