Original URL-Shortener
The Chrome extension that allows you to easily use your own Firebase Dynamic Links.
什么是Original URL-Shortener?
Original URL-Shortener是由Takashi Suzuki开发的Chrome扩展程序,该扩展的主要功能是“The Chrome extension that allows you to easily use your own Firebase Dynamic Links.”。
扩展截图
下载Original URL-Shortener扩展crx文件
下载Original URL-Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | eejcahhecmmnpmhljjincafmmbmocagc |
| 官方URL | https://chromewebstore.google.com/detail/original-url-shortener/eejcahhecmmnpmhljjincafmmbmocagc |
| 简介 | The Chrome extension that allows you to easily use your own Firebase Dynamic Links. |
| 文件大小 | 2.32 MB |
| 安装次数 | 125 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2022-10-25 |
| 上架时间 | 2021-01-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Takashi Suzuki |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |