Tiny.ee - URL Shortener
Shorten URLs with the click of a button.
什麼是Tiny.ee - URL Shortener?
Tiny.ee - URL Shortener是由https://tiny.ee開發的Chrome擴展程式,該擴展的主要功能是“Shorten URLs with the click of a button.”。
擴展截圖
下載Tiny.ee - URL Shortener擴展crx文件
下載Tiny.ee - URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs. This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website. Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.
擴展基本資訊
名稱 | Tiny.ee - URL Shortener |
ID | liioijhfebcmbnjelolndbkolipcipek |
官方網址 | https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek |
簡介 | Shorten URLs with the click of a button. |
檔案大小 | 62.88 KB |
安裝次數 | 21 |
目前版本 | 1.0.7 |
更新時間 | 2024-01-03 |
上架時間 | 2019-05-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://tiny.ee |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://tiny.ee/ |
隱私政策頁面URL | https://tiny.ee/tos |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tiny.ee - URL Shortener", "description": "Shorten URLs with the click of a button.", "version": "1.0.7", "icons": { "16": "icon_d.png", "48": "icon_d.png", "128": "icon_d.png" }, "action": { "default_icon": "icon_d.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ] } |