Abre.ai! URL Shortener

Shorten URL of pages to send via IM, Twitter, email or wherever you want.

Abre.ai! URL Shortener là gì?

Abre.ai! URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi Demartini, và tính năng chính của nó là "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Abre.ai! URL Shortener

Tải xuống các tệp mở rộng Abre.ai! URL Shortener 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

                        Shorten URLs using Abre.ai and send wherever you want.

Simple, fast and very easy.

After installing the extension just click on the extension icon in front of the address bar and you're done.                    

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

Tên Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
URL Chính Thức https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
Mô tả Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Kích Thước Tệp 54.4 KB
Số Lần Cài Đặt 2,120
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-02-02
Ngày Phát Hành 2016-11-10
Đánh Giá 3.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Demartini
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://abre.ai
URL Trang Trợ Giúp https://github.com/demartini/abreai-url-shortener/issues
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/abre.ai",
    "author": "Iolar Demartini Junior",
    "version": "2.0.1",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icons\/icon-16.png",
            "32": "assets\/images\/icons\/icon-32.png",
            "48": "assets\/images\/icons\/icon-48.png",
            "128": "assets\/images\/icons\/icon-128.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "assets\/images\/icons\/icon-16.png",
        "32": "assets\/images\/icons\/icon-32.png",
        "48": "assets\/images\/icons\/icon-48.png",
        "128": "assets\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}