TinyURL Pro

TinyURL - Convert long website links to short

Vad är TinyURL Pro?

TinyURL Pro är en Chrome-tillägg utvecklad av Clark, och dess huvudfunktion är "TinyURL - Convert long website links to short".

Tilläggsskärmbilder

screenshot

Ladda ner TinyURL Pro-förlängningens CRX-fil

Ladda ner TinyURL Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
Officiell webbadress https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
Beskrivning TinyURL - Convert long website links to short
Filstorlek 96.25 KB
Antal Installationer 6,705
Aktuell Version 1.1.0
Senast Uppdaterad 2020-12-26
Publiceringsdatum 2019-12-29
Betyg 4.92/5 Totalt 26 Betyg
Utvecklare Clark
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hybridapps.net/exttiny.html
Hjälpsida URL https://hybridapps.net/exttiny.html
URL till Sekretesspolicy Sidan https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
Stödda Språk 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'"
}