TinyURL Pro
TinyURL - Convert long website links to short
Co to jest TinyURL Pro?
TinyURL Pro to rozszerzenie Chrome opracowane przez Clark, a jego główną funkcją jest „TinyURL - Convert long website links to short”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TinyURL Pro
Pobierz pliki rozszerzeń TinyURL Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | TinyURL Pro |
ID | daocanafelgllopgddpchjaoldiinoob |
Oficjalny URL | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
Opis | TinyURL - Convert long website links to short |
Rozmiar pliku | 96.25 KB |
Liczba instalacji | 6,705 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2020-12-26 |
Data Publikacji | 2019-12-29 |
Ocena | 4.92/5 Łącznie 26 Oceny |
Deweloper | Clark |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hybridapps.net/exttiny.html |
Adres URL Strony Pomocy | https://hybridapps.net/exttiny.html |
Adres URL Strony Polityki Prywatności | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
Obsługiwane Języki | 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'" } |