your ShortURL service (pygmy)
pygmy shorturl Chrome extension
your ShortURL service (pygmy)คืออะไร?
your ShortURL service (pygmy) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oriol Rius และคุณลักษณะหลักของมันคือ "pygmy shorturl Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย your ShortURL service (pygmy)
ดาวน์โหลดไฟล์ส่วนขยาย your ShortURL service (pygmy) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage. By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL. WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | your ShortURL service (pygmy) |
ID | kchefoihlnhfcaphckpopdknaolfegkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp |
คำอธิบาย | pygmy shorturl Chrome extension |
ขนาดไฟล์ | 19.32 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2018-07-12 |
วันที่เผยแพร่ | 2018-07-12 |
ผู้พัฒนา | Oriol Rius |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
URL หน้าช่วยเหลือ | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
URL หน้านโยบายความเป็นส่วนตัว | http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "your ShortURL service (pygmy)", "version": "0.4", "description": "pygmy shorturl Chrome extension", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Create short URLs", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "clipboardWrite", "activeTab", "storage" ] } |