Smurl.es URL Shortener on Chrome!

Shrink those annoyingly long URLs so you can share it, remember it and beautify your blog by using our good looking URL!

Smurl.es URL Shortener on Chrome!คืออะไร?

Smurl.es URL Shortener on Chrome! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://smurl.es และคุณลักษณะหลักของมันคือ "Shrink those annoyingly long URLs so you can share it, remember it and beautify your blog by using our good looking URL!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smurl.es URL Shortener on Chrome!

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

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

                        Using our extension gives you the ability to shrink a typical URL. By this you are able to share, paste on your blog to make it look nicer or to keep track of hits. 

We offer tons of features, such as the "Paste current tab URL" feature, which as the name says, it will paste the current TAB URL, and all you'd have to do is shrink it! 

That's not all, once you've shortened your URL, all you have to do is hover over the new URL and it will be copied to your clipboard. 

Smurl.es extension also gives you the ability to login, this will make all your new shortened URLs save right into your account which you will be able to manage. 

Smurl.es doesn't like "Page reloading", and we know you don't either! So smurl.es itself will process everything for you behind the scenes, you will receive your new URL literally in no time and will be able to use immediately! 

That's pretty much all for the extension, I hope smurl.es has convinced you to download and try our extension! 


;;UPDATES;;
Version 1.3.1 
- We've changed our Icon! We hope you enjoy our new brighter icon!

Version 1.3.0 (Additon to 1.2.5)
- Smurl.es has now given you the ability to shrink a url, simply by right-clicking it and selecting the smurl button from the context menu.
- Some minor fixes.

Version 1.2.5 (Beta)
- I've re-coded the core of the extension, added in some new features. This is the Beta, we will release a new version shortly!

Version 1.2.2: 
- Bug fixes.                    

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

ชื่อ Smurl.es URL Shortener on Chrome! Smurl.es URL Shortener on Chrome!
ID meilabelgmedefoafnkabpeildagjidp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smurles-url-shortener-on/meilabelgmedefoafnkabpeildagjidp
คำอธิบาย Shrink those annoyingly long URLs so you can share it, remember it and beautify your blog by using our good looking URL!
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2013-10-12
วันที่เผยแพร่ 2013-10-12
คะแนน 4.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา http://smurl.es
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://smurl.es
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smurl.es URL Shortener on Chrome!",
    "description": "Shrink those annoyingly long URLs so you can share it, remember it and beautify your blog by using our good looking URL!",
    "version": "1.3.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": ".\/img\/icon.png",
        "default_popup": ".\/index.html"
    },
    "icons": {
        "16": ".\/img\/smurl.png",
        "48": ".\/img\/smurl2.png",
        "128": ".\/img\/smurl3.png"
    },
    "background": {
        "page": ".\/index.html"
    },
    "permissions": [
        "http:\/\/smurl.es\/",
        "tabs",
        "clipboardWrite",
        "clipboardRead",
        "contextMenus",
        "notifications"
    ]
}