Unshorten.Me
Browser Extension to unshorten link
Unshorten.Meとは何ですか?
Unshorten.Meはvocabgeekinfoによって開発されたChromeの拡張機能で、その主な機能は「Browser Extension to unshorten link」です。
拡張機能のスクリーンショット
Unshorten.Me拡張機能のCRXファイルをダウンロード
Unshorten.Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unshorten.me is a free service to Un-Shorten the URLs created by URL shortening services. Unshorten.me can un-shorten URLs created by different services like t.co (Twitter), bit.ly, TinyURL, ow.ly among others 拡張機能の基本情報
| 名前 | |
| ID | bmiidjokmohpedbfjpoagmljcloncjfp |
| 公式URL | https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp |
| 説明 | Browser Extension to unshorten link |
| ファイルサイズ | 107 KB |
| インストール数 | 55 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-06-16 |
| 公開日 | 2022-06-16 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | vocabgeekinfo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://unshorten.me/ |
| ヘルプページのURL | https://thoplo.com/contact |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Unshorten.Me",
"short_name": "unshorten",
"description": "Browser Extension to unshorten link",
"version": "1.1",
"version_name": "1.1",
"permissions": [
"contextMenus"
],
"icons": {
"16": ".\/icons\/ico16.png",
"32": ".\/icons\/ico32.png",
"48": ".\/icons\/ico48.png",
"64": ".\/icons\/ico64.png",
"128": ".\/icons\/ico128.png"
},
"action": {
"default_title": "Unshorten.me: unshorten any URL",
"default_popup": "popup.html",
"default_icon": {
"16": ".\/icons\/ico16.png",
"32": ".\/icons\/ico32.png",
"48": ".\/icons\/ico48.png",
"64": ".\/icons\/ico64.png",
"128": ".\/icons\/ico128.png"
}
},
"background": {
"service_worker": "eventPage.js"
},
"offline_enabled": false
} | |