TinyURL Pro
TinyURL - Convert long website links to short
什麼是TinyURL Pro?
TinyURL Pro是由Clark開發的Chrome擴展程式,該擴展的主要功能是“TinyURL - Convert long website links to short”。
擴展截圖
下載TinyURL Pro擴展crx文件
下載TinyURL Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
TinyURL Pro - The Finest URL Shortening Service TOP Features: - Absolutely FREE - No sign-up or login required - Just one-click to get short URL - Auto-copy the short URL to clipboard - Sharing over social networks [Soon..] - Context Menu for direct links and selected text(auto-extract first link) - Notifications to sharing critical updates - Other features coming soon… For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp * No adware. No spyware. No walmare.
擴展基本資訊
名稱 | TinyURL Pro |
ID | daocanafelgllopgddpchjaoldiinoob |
官方網址 | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
簡介 | TinyURL - Convert long website links to short |
檔案大小 | 96.25 KB |
安裝次數 | 6,705 |
目前版本 | 1.1.0 |
更新時間 | 2020-12-26 |
上架時間 | 2019-12-29 |
評分 | 4.92/5 共 26 次評分 |
開發者 | Clark |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://hybridapps.net/exttiny.html |
說明頁面URL | https://hybridapps.net/exttiny.html |
隱私政策頁面URL | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Pro", "short_name": "TinyURL Shortener", "version": "1.1.0", "description": "TinyURL - Convert long website links to short", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "TinyURL - URL Shortener", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |