Original URL-Shortener

The Chrome extension that allows you to easily use your own Firebase Dynamic Links.

Original URL-Shortener là gì?

Original URL-Shortener là một tiện ích mở rộng Chrome được phát triển bởi Takashi Suzuki, và tính năng chính của nó là "The Chrome extension that allows you to easily use your own Firebase Dynamic Links.".

Ả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 Original URL-Shortener

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

                        1. Use Google's Firebase to create a DynamicLink.
https://firebase.google.com/docs/dynamic-links?hl=en

2. Refer to the following page to get your API key.
https://firebase.google.com/docs/dynamic-links/rest?hl=en

You can use it by registering the above information to the app.                    

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

Tên Original URL-Shortener Original URL-Shortener
ID eejcahhecmmnpmhljjincafmmbmocagc
URL Chính Thức https://chromewebstore.google.com/detail/original-url-shortener/eejcahhecmmnpmhljjincafmmbmocagc
Mô tả The Chrome extension that allows you to easily use your own Firebase Dynamic Links.
Kích Thước Tệp 2.32 MB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-10-25
Ngày Phát Hành 2021-01-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Takashi Suzuki
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Original URL-Shortener",
    "version": "0.1.2",
    "description": "The Chrome extension that allows you to easily use your own Firebase Dynamic Links.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Original Url-Shortener",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ]
}