shr.tn | URL shortener

Shorten url with shr.tn

shr.tn | URL shortenerคืออะไร?

shr.tn | URL shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hatem.zidi และคุณลักษณะหลักของมันคือ "Shorten url with shr.tn"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shr.tn | URL shortener

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

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

                        shorten your urls with shr.tn, the tunisian URL shortener, and share with many different service!
shr.tn url shortener is an extension which allows you to shorten the current website URL with the URL Shortener service http://shr.tn/

just install it, go to the extension settings, add your credentials and boom! enjoy it ;)

► Features
  ●  Official shr.tn API support
  ●  Only support shr.tn credentials 
  ●  Auto copy to clipboard
  ●  Context menu
  ●  QRCode
 
► This extension can access
  ●  Your data on all websites
  ●  Your tabs and browsing activity

changelog : 

v 0.3.2
+ add an option for QRCode
+ show QRCode link in popup
+ visual enhancements for options page
+ better handling in options page
+ more refactoring

v 0.3.1
+ fixing contextual menu behavior
+ adding desktop notification for contextual menu

v 0.3
+ new architecture design.
+ performance and security issues fixed.
+ code cleaning and enhancements.
+ lot of visual enhancements.
+ updated to minified jquery 1.9.1.
+ a public git repo for the extension (here : https://github.com/hatemzidi/shr_tn_chrome_extension)
+ extension pushed to chrome store.
+ fixing clipboard function.
+ adding logger for debugging mode.                    

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

ชื่อ shr.tn | URL shortener shr.tn | URL shortener
ID hdjffifcghanpbmehplchfolpknapnon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shrtn-url-shortener/hdjffifcghanpbmehplchfolpknapnon
คำอธิบาย Shorten url with shr.tn
ขนาดไฟล์ 78.14 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2013-03-17
วันที่เผยแพร่ 2013-03-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hatem.zidi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.shr.tn
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "shr.tn | URL shortener",
    "description": "Shorten url with shr.tn",
    "version": "0.3.2",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/localstorage.js",
            "js\/contextmenu.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/shrtn.png",
        "default_title": "shr.tn | URL shortener",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/shrtn_16.png",
        "32": "icons\/shrtn_32.png",
        "48": "icons\/shrtn_48.png",
        "128": "icons\/shrtn_128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/shr.tn\/",
        "notifications"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "icons\/shrtn_48.png"
    ]
}