your ShortURL service (pygmy)

pygmy shorturl Chrome extension

your ShortURL service (pygmy) là gì?

your ShortURL service (pygmy) là một tiện ích mở rộng Chrome được phát triển bởi Oriol Rius, và tính năng chính của nó là "pygmy shorturl Chrome extension".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng your ShortURL service (pygmy)

Tải xuống các tệp mở rộng your ShortURL service (pygmy) 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

                        Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage.

By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL.

WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.                    

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

Tên your ShortURL service (pygmy) your ShortURL service (pygmy)
ID kchefoihlnhfcaphckpopdknaolfegkp
URL Chính Thức https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp
Mô tả pygmy shorturl Chrome extension
Kích Thước Tệp 19.32 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-07-12
Ngày Phát Hành 2018-07-12
Nhà Phát Triển Oriol Rius
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL Trang Trợ Giúp http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/
URL Trang Chính Sách Bảo Mật http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "your ShortURL service (pygmy)",
    "version": "0.4",
    "description": "pygmy shorturl Chrome extension",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Create short URLs",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "activeTab",
        "storage"
    ]
}