Unshorten URL
Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
Unshorten URLとは何ですか?
Unshorten URLはtiltbitによって開発されたChromeの拡張機能で、その主な機能は「Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others」です。
拡張機能のスクリーンショット
Unshorten URL拡張機能のCRXファイルをダウンロード
Unshorten URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | kjhnnpddmfabiciiipggfcmmpciinjap |
公式URL | https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap |
説明 | Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others |
ファイルサイズ | 8.68 KB |
インストール数 | 132 |
現在のバージョン | 1 |
最終更新日 | 2017-08-23 |
公開日 | 2017-08-23 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | tiltbit |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unshorten URL", "version": "1", "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "unshort-16.png", "48": "unshort-48.png", "128": "unshort-128.png" } } |