Link shortener Xaa.Su
Quickly shorten a long link
什麼是Link shortener Xaa.Su?
Link shortener Xaa.Su是由https://xaa.su開發的Chrome擴展程式,該擴展的主要功能是“Quickly shorten a long link”。
擴展截圖
下載Link shortener Xaa.Su擴展crx文件
下載Link shortener Xaa.Su擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The product is an extension or addition to the Xaa.Su site and is used to quickly (in one click) shorten links from the address bar. Being on the current page, just click on the appropriate icon in the panel and you immediately get a shortened version of your page.
擴展基本資訊
名稱 | Link shortener Xaa.Su |
ID | nmbfimmenknjnnhmelplbaghlokkalpc |
官方網址 | https://chromewebstore.google.com/detail/link-shortener-xaasu/nmbfimmenknjnnhmelplbaghlokkalpc |
簡介 | Quickly shorten a long link |
檔案大小 | 69.7 KB |
安裝次數 | 251 |
目前版本 | 1.0.5 |
更新時間 | 2019-06-09 |
上架時間 | 2019-06-09 |
評分 | 4.07/5 共 14 次評分 |
開發者 | https://xaa.su |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://xaa.su/ |
支援的語言 | de,en,fr,es,it,pt-PT,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.5", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "tabs", "https:\/\/xaa.su\/ex\/*" ], "browser_action": { "default_title": "__MSG_appName__", "default_icon": "images\/48x48.png", "default_popup": "popup.html" } } |