Original URL-Shortener
The Chrome extension that allows you to easily use your own Firebase Dynamic Links.
Original URL-Shortenerคืออะไร?
Original URL-Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Takashi Suzuki และคุณลักษณะหลักของมันคือ "The Chrome extension that allows you to easily use your own Firebase Dynamic Links."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Original URL-Shortener
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |