URL Shortener

Easily shorten desired urls via Rebrandly API.

URL Shortenerคืออะไร?

URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "Easily shorten desired urls via Rebrandly API."

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

screenshot

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

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

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

                        URL Shortener is a simple add-on that let you shorten a desired URL(s) with just once click. It uses Rebrandly URL Shortener API (https://developers.rebrandly.com/docs).

Note: before using the addon please make sure to get an API key. In order to get the API key please visit add-on option's page. Once the key is set, you can start working with the addon.

Simply right-click on any link and then select - Copy Shortened URL to clipboard - from the context-menu. If you click on the white area within the page, the page URL will be selected as the source URL to be shortened.

Please note that the shortened URL will be auto-copied to the clipboard, so you do not need to perform extra steps to copy the URL to the clipboard.

In order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/g-url-shortener.html).                    

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

ชื่อ URL Shortener URL Shortener
ID hpafmbdhpgibhehfihhpkpohjbknkhcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/url-shortener/hpafmbdhpgibhehfihhpkpohjbknkhcb
คำอธิบาย Easily shorten desired urls via Rebrandly API.
ขนาดไฟล์ 15.88 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2019-04-09
วันที่เผยแพร่ 2019-04-09
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Lynn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mybrowseraddon.com/g-url-shortener.html
URL หน้าช่วยเหลือ http://mybrowseraddon.com/g-url-shortener.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 2,
    "name": "URL Shortener",
    "short_name": "g-url-shortener",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Easily shorten desired urls via Rebrandly API.",
    "homepage_url": "http:\/\/mybrowseraddon.com\/g-url-shortener.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "clipboardWrite"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}