Firelinks URL Shortner

Firelinks service to convert long URLs or Links of websites to short.

Firelinks URL Shortnerとは何ですか?

Firelinks URL ShortnerはVDによって開発されたChromeの拡張機能で、その主な機能は「Firelinks service to convert long URLs or Links of websites to short.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Firelinks URL Shortner拡張機能のCRXファイルをダウンロード

Firelinks URL Shortner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The most efficient and simple URL shortening service since 2009.

TOP Features Includes:
- 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
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- All links are 100% safe and secured

For any issues, errors, bugs and enhancements, please reach us at - http://tiny.cc/extsupport                    

拡張機能の基本情報

名前 Firelinks URL Shortner Firelinks URL Shortner
ID epdgnnildheopikdpdooanjlafgndmmk
公式URL https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk
説明 Firelinks service to convert long URLs or Links of websites to short.
ファイルサイズ 209 KB
インストール数 28,527
現在のバージョン 2.0
最終更新日 2023-12-26
公開日 2019-12-31
評価 4.61/5 合計 129 レビュー
開発者 VD
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tinyl.io/ExtFLHome
ヘルプページのURL https://tinyl.io/ExtFLHelp
プライバシーポリシーページのURL http://tiny.cc/appsprivacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Firelinks URL Shortner",
    "short_name": "Firelinks URL Shortner",
    "version": "2.0",
    "description": "Firelinks service to convert long URLs or Links of websites to short.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Firelinks URL Shortner",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}