ShortLink Decode
This extensions help decode the short link into the original link
ShortLink Decodeとは何ですか?
ShortLink Decodeはhttps://tienich.xyzによって開発されたChromeの拡張機能で、その主な機能は「This extensions help decode the short link into the original link」です。
拡張機能のスクリーンショット
ShortLink Decode拡張機能のCRXファイルをダウンロード
ShortLink Decode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions help decode the short link into the original link on web page 拡張機能の基本情報
| 名前 | |
| ID | clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| 公式URL | https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia |
| 説明 | This extensions help decode the short link into the original link |
| ファイルサイズ | 18.34 KB |
| インストール数 | 149 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2019-05-15 |
| 公開日 | 2019-05-09 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | https://tienich.xyz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ShortLink Decode",
"description": "This extensions help decode the short link into the original link",
"version": "1.2",
"icons": {
"16": "icon.png",
"48": "icon.png"
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
]
} | |