CutUrl

Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.

CutUrl là gì?

CutUrl là một tiện ích mở rộng Chrome được phát triển bởi Adnan Ahmed, và tính năng chính của nó là "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CutUrl

Tải xuống các tệp mở rộng CutUrl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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. :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CutUrl CutUrl
ID ealhhpadkmmoebajijpaaddnglnbfnjk
URL Chính Thức https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk
Mô tả Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
Kích Thước Tệp 40.04 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-04-02
Ngày Phát Hành 2016-04-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Adnan Ahmed
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Idnan/cut-url
URL Trang Trợ Giúp https://github.com/Idnan/cut-url
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}