Free link shortener goo.su
Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser
什麼是Free link shortener goo.su?
Free link shortener goo.su是由https://goo.su開發的Chrome擴展程式,該擴展的主要功能是“Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser”。
擴展截圖
下載Free link shortener goo.su擴展crx文件
下載Free link shortener goo.su擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The free GOO.SU long link shortening service allows you to shorten a long URL with one click, saving it in your personal account, where you can view statistics on clicks and visits to your page. Just install the extension in your browser and click on the icon on the desired page. Done, link shortened.
擴展基本資訊
名稱 | Free link shortener goo.su |
ID | clcoifeibkncgnegebeehkodandleohn |
官方網址 | https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn |
簡介 | Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser |
檔案大小 | 279 KB |
安裝次數 | 7,420 |
目前版本 | 1.2.0 |
更新時間 | 2024-01-22 |
上架時間 | 2019-10-03 |
評分 | 4.25/5 共 8 次評分 |
開發者 | https://goo.su |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://goo.su |
說明頁面URL | https://goo.su/page/support |
隱私政策頁面URL | https://goo.su/policy |
支援的語言 | id,de,en,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ja,ko |
manifest.json | |
{ "manifest_version": 3, "action": { "default_icon": { "48": "48.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "background": { "service_worker": "js\/background.js" }, "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "homepage_url": "https:\/\/goo.su\/", "short_name": "Goo.su", "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "author": "[email protected]", "offline_enabled": false, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "clipboardWrite", "contextMenus" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.2.0" } |