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