BAET.no :: Shorten & Simplify URLs!
An easy to use extension which allows you to shorten the website URL of your current tabs.
BAET.no :: Shorten & Simplify URLs!คืออะไร?
BAET.no :: Shorten & Simplify URLs! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ulink.no และคุณลักษณะหลักของมันคือ "An easy to use extension which allows you to shorten the website URL of your current tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BAET.no :: Shorten & Simplify URLs!
ดาวน์โหลดไฟล์ส่วนขยาย BAET.no :: Shorten & Simplify URLs! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
URL shortener service. An easy to use extension which allows you to shorten the website URL of your current tab. BAET.no is an URL shortener service that's fast, open, and easy to use. Instantly save, share and brand any url right from your browser with the BAET.no Chrome Extension. NOTE: Saving and sharing with the BAET.no Chrome Extension is the same as using with uLINK.no website. Full featured website; https://www.uLINK.no nb! uLINK.no is the evolution of BAET.no service, and it is open source! Source code of this extension and API service are at; https://github.com/zeusbaba/cloud-native-url-shortener
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BAET.no :: Shorten & Simplify URLs! |
ID | dpgfepnlpccodooleppdmbedklkkbpdh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/baetno-shorten-simplify-u/dpgfepnlpccodooleppdmbedklkkbpdh |
คำอธิบาย | An easy to use extension which allows you to shorten the website URL of your current tabs. |
ขนาดไฟล์ | 378 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 2023.12.25 |
อัปเดตครั้งล่าสุด | 2023-12-26 |
วันที่เผยแพร่ | 2019-12-09 |
ผู้พัฒนา | https://ulink.no |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ulink.no |
URL หน้าช่วยเหลือ | https://www.ulink.no/about |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ulink.no/terms |
ภาษาที่รองรับ | en,no,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "version": "2023.12.25", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "images\/icon_dizlink_16.png", "48": "images\/icon_dizlink_48.png", "128": "images\/icon_dizlink_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_dizlink_19.png", "38": "images\/icon_dizlink_38.png" }, "default_title": "__MSG_extension_default_title__", "default_popup": "popup.html" }, "author": "ARTEMIS19.no", "homepage_url": "https:\/\/www.baet.no", "background": { "persistent": false, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "storage", "clipboardRead", "clipboardWrite", "https:\/\/api.baet.no\/*", "https:\/\/www.baet.no\/*", "https:\/\/baet.no\/*", "https:\/\/api.ulink.no\/*", "https:\/\/www.ulink.no\/*", "https:\/\/ulink.no\/*" ] } |