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 |
公式URL | 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 |
Eメール | [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" } |