Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

Simple URL Extender là gì?

Simple URL Extender là một tiện ích mở rộng Chrome được phát triển bởi kennethdevel, và tính năng chính của nó là "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Simple URL Extender 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

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

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

Tên Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
URL Chính Thức https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Mô tả Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Kích Thước Tệp 7.83 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-06-11
Ngày Phát Hành 2016-06-11
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển kennethdevel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://9inchurl.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}