Make Shortlink + Copy link = Liral
creates a short link for the current url tab
Make Shortlink + Copy link = Liralคืออะไร?
Make Shortlink + Copy link = Liral เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lir.al และคุณลักษณะหลักของมันคือ "creates a short link for the current url tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Shortlink + Copy link = Liral
ดาวน์โหลดไฟล์ส่วนขยาย Make Shortlink + Copy link = Liral ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The easiest way that only needs pressing a button with two simultaneous functions:
For shortening long, confusing URLs and sending to clipboard (storing by Ctrl+C), all you need to do is paste.
As fast and simple as that! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ibljjgpdelcmgcmgooniaolcpboegnch |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/make-shortlink-+-copy-lin/ibljjgpdelcmgcmgooniaolcpboegnch |
| คำอธิบาย | creates a short link for the current url tab |
| ขนาดไฟล์ | 46.22 KB |
| จำนวนการติดตั้ง | 116 |
| เวอร์ชันปัจจุบัน | 1.0.7 |
| อัปเดตครั้งล่าสุด | 2019-01-14 |
| วันที่เผยแพร่ | 2019-01-13 |
| คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | https://lir.al |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon\/icon_16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/popup.js"
],
"matches": [
"http:\/\/*\/*"
]
}
],
"description": "creates a short link for the current url tab",
"icons": {
"128": "icon\/icon_128.png",
"16": "icon\/icon_16.png",
"48": "icon\/icon_48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXvh4y3POrZj8K+kJvnpF1bUD5VLtyacqXlnm+SuUjWK7V+Pn+i4bI7IF8coE7oGVG0Ori7CADyf375A5lgBVWjcFlNCVZJ5Fv+CgIlEQ0uaNxNegMGJBZpabb5i1Xh576Y2fCYTvaUDUWy3\/JpfAhWvkBC+vDuGHMTojdCwGxwqTHvFLwnXGloG6Gm6oI\/r6EChzJTgtPhXa25\/tMYJNJ+KVwUpAzCv+lvM5CKioK478TywFRsqu+cjr+aIRxYu9vEmAy8eDjWZGVaBLKbSXraehIDJydB8yHTJJY8PiYnPVNQPatt1Y4t2tNOopNQz7fWfAbrlL\/NRhkJ8u1ArUwIDAQAB",
"manifest_version": 2,
"name": "Make Shortlink + Copy link = Liral",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.7"
} | |