LinkMaster
Make a short link.
LinkMasterคืออะไร?
LinkMaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vufuzi.se และคุณลักษณะหลักของมันคือ "Make a short link."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkMaster
ดาวน์โหลดไฟล์ส่วนขยาย LinkMaster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shorten links with a simple click. You can create short links by clicking the link icon next to the tool on the top right or by using the rightclick-menu on images, HTML5-videos and links. You'll need a bit.ly account to use this extension. Log in to bitly in the options. If you do not already have an account at Bitly, you can easily register directly or connect with Twitter or Facebook. You'll be able to use your own shortdomain if it is connected to your Bitly account. ~ Changelog ~ Update 18th January 2014: + Major redesign + Improved code + Enchanted popup-box when making links. Update 24th August 2013: + Right-clicking images, videos and links to get a short link now works again. + Improved code
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LinkMaster |
ID | mdgncmfemcgcpdmchnenmkgfdpedokgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linkmaster/mdgncmfemcgcpdmchnenmkgfdpedokgo |
คำอธิบาย | Make a short link. |
ขนาดไฟล์ | 366 KB |
จำนวนการติดตั้ง | 2,988 |
เวอร์ชันปัจจุบัน | 0.4.2 |
อัปเดตครั้งล่าสุด | 2015-02-05 |
วันที่เผยแพร่ | 2015-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://vufuzi.se |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://vufuzi.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.ctrl.min.js", "notification.ctrl.min.js" ] }, "browser_action": { "default_icon": "19.png", "default_popup": "popup.html" }, "description": "Make a short link.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "LinkMaster", "options_page": "options.html", "permissions": [ "https:\/\/api-ssl.bitly.com\/", "tabs", "clipboardWrite", "contextMenus", "notifications", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4.2", "web_accessible_resources": [ "auth.html", "48.png" ] } |