Short links service
A simple extension that allows one-click to reduce the link in the current tab.
Short links serviceคืออะไร?
Short links service เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sulx.ru และคุณลักษณะหลักของมันคือ "A simple extension that allows one-click to reduce the link in the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Short links service
ดาวน์โหลดไฟล์ส่วนขยาย Short links service ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension for Chrome browser allows one-click to create a short link to addresses in the current tab. You can insert a short link to social networks and blogs. Just click on one button - and the link will magically in your clipboard! After registration you will http://sulx.ru optional, such as: statistics referrals. And it's all free for you. Shot URL LinX - this is easiest and fastest way to create a short link! Author of image: http://icons8.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Short links service |
ID | jmahmkpoabpohpganpheikpphdoflmhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/short-links-service/jmahmkpoabpohpganpheikpphdoflmhm |
คำอธิบาย | A simple extension that allows one-click to reduce the link in the current tab. |
ขนาดไฟล์ | 12.86 KB |
จำนวนการติดตั้ง | 501 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2022-10-06 |
วันที่เผยแพร่ | 2015-04-11 |
คะแนน | 1.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://sulx.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "version": "1.2.4", "description": "__MSG_ext_description__", "default_locale": "en", "author": "Sergey Mikheev", "homepage_url": "http:\/\/sulx.ru\/extension", "short_name": "Short Url Links", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "http:\/\/sulx.ru\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_title": "__MSG_ext_caption_button__", "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" } } |