G.UA url shortener
Plugin for g.ua url shortener service
G.UA url shortenerคืออะไร?
G.UA url shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://g.ua และคุณลักษณะหลักของมันคือ "Plugin for g.ua url shortener service"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G.UA url shortener
ดาวน์โหลดไฟล์ส่วนขยาย G.UA url shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shorten and copy links in one click *About G.UA is the easiest link shortener ever. Due to its one-letter domain name, all the links, shortened with G.UA, are really small. *How it works When you click on the extension icon, the link from the address bar is already been shortened and copied to clipboard - isn’t that a dream? *Features - Automatical copying of the link with a single touch of a button - Preview of the stortened link in the plugin window - Expansion of the shortened link via http://g.ua web interface - You can create a QR-code of your link on the http://g.ua web site *********************** If you see a feature that's missing or have any problem with the extension, please write us at [email protected] *********************** Special thanks to the authors: Idea - NIC.UA LLC, http://nic.ua Design - Psyho, http://psyho.ua Note: the G.UA Chrome extension does not collect any additional data about your browsing activity or history, while the information, entered by users, is not being spreaded anywhere. The only activity is forwarding to a shortened link.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jjmcmlhbeipmnapllhpmmpdnfdaiccop |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gua-url-shortener/jjmcmlhbeipmnapllhpmmpdnfdaiccop |
คำอธิบาย | Plugin for g.ua url shortener service |
ขนาดไฟล์ | 29.43 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2013-10-12 |
วันที่เผยแพร่ | 2013-10-12 |
คะแนน | 2.62/5 รวมทั้งหมด 53 คะแนน |
ผู้พัฒนา | http://g.ua |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "G.UA url shortener", "version": "0.2", "description": "Plugin for g.ua url shortener service", "browser_action": { "default_icon": "img\/g-48.png", "default_title": "g.ua", "default_popup": "popup.html" }, "icons": { "16": "img\/g-16.png", "48": "img\/g-48.png", "128": "img\/g-128.png" }, "default_locale": "ru", "content_security_policy": "script-src 'self' https:\/\/api.g.ua; object-src 'self'", "permissions": [ "tabs", "http:\/\/api.g.ua\/" ] } |