TinyURL Pro

TinyURL - Convert long website links to short

Hvad er TinyURL Pro?

TinyURL Pro er en Chrome-udvidelse udviklet af Clark, og dens hovedfunktion er "TinyURL - Convert long website links to short".

Udvidelsesskærmbilleder

screenshot

Download TinyURL Pro-udvidelses-CRX-fil

Download TinyURL Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
Officiel URL https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
Beskrivelse TinyURL - Convert long website links to short
Filstørrelse 96.25 KB
Antal Installationer 6,705
Nuværende Version 1.1.0
Senest Opdateret 2020-12-26
Udgivelsesdato 2019-12-29
Bedømmelse 4.92/5 Samlet 26 Bedømmelser
Udvikler Clark
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hybridapps.net/exttiny.html
Hjælpeside-URL https://hybridapps.net/exttiny.html
URL til Fortrolighedspolitik Side https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
Understøttede Sprog 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'"
}