Shrtr

Shrtn your URLs, using known shrtning services

Shrtrคืออะไร?

Shrtr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://travelingtechguy.com และคุณลักษณะหลักของมันคือ "Shrtn your URLs, using known shrtning services"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shrtr

ดาวน์โหลดไฟล์ส่วนขยาย Shrtr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you need to share the site you're browsing right now, but can't be bothered to copy a long list of random characters? Is the 140 character limit preventing you from sharing important URLs with your tweeps?

Once you have Shrtr installed, simply go to the tab showing the URL you want to shrtn, click the scissors, choose your service, the the shrt URL will be copied to your clipboard. 
You can now paste it in an email, or a social web site.

If you'd like me to add any more services, or any other features (like custom/vanity URLs), leave a comment.

Updates:
-------
V1.1.4
- Updated components

V1.1.3
- Updated components

V1.1.2
- Fixed email functionality, as it has changed in Chrome

V1.1.1
- Added feature: remove UTM parameters from shortened URL
- Fixed missing icon

V1.0.6
- Minor updates

V1.0.5
- Error when trying to shorten a file:// URL
- Bug fixes

V1.0.4
- Added 'Email` function - still not complete
- Removed border
- Design and performance enhancements

V1.0.3
- Improved design
- Improved performance

V1.0.2
- New service added

V1.0.1
- Allows you to paste/type a different URL, than the one you're on 
- Allows you to decide whether to copy the shrt URL
- Saves the last shrtning service you used for next time
- Few cosmetic changes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shrtr Shrtr
ID eeconjecgepkohfkhnbcklboghanikko
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/shrtr/eeconjecgepkohfkhnbcklboghanikko
คำอธิบาย Shrtn your URLs, using known shrtning services
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2016-10-18
วันที่เผยแพร่ 2016-10-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://travelingtechguy.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.shrtr.us
URL หน้าช่วยเหลือ http://www.travelingtechguy.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shrtr",
    "short_name": "Shrtr",
    "version": "1.1.4",
    "default_locale": "en",
    "description": "Shrtn your URLs, using known shrtning services",
    "homepage_url": "http:\/\/www.shrtr.us",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Shrtn your URLs",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs",
        "http:\/\/www.shrtr.us\/"
    ]
}