Decode URL by Click
Copy URL, Click Icon!
Decode URL by Clickとは何ですか?
Decode URL by Clickはroeniss2によって開発されたChromeの拡張機能で、その主な機能は「Copy URL, Click Icon!」です。
拡張機能のスクリーンショット
Decode URL by Click拡張機能のCRXファイルをダウンロード
Decode URL by Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1) Copy URL to your clipboard using Ctrl+C
2) Click the icon on extension tab (normally right-top corner)
3) Done! Now you have decoded URL in clipboard.
+) Once you clicked the icon, you must reload to decode another URL.
If you have any trouble or want to suggest a feature, feel free to talk to me! (https://github.com/roeniss/decodeURLbyClick-extension) 拡張機能の基本情報
| 名前 | |
| ID | mahkjonofhhakemoelnblidpijhjhabk |
| 公式URL | https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk |
| 説明 | Copy URL, Click Icon! |
| ファイルサイズ | 22.8 KB |
| インストール数 | 174 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-12-17 |
| 公開日 | 2020-12-17 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | roeniss2 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/roeniss/decodeURLbyClick-extension/ |
| ヘルプページのURL | https://github.com/roeniss/decodeURLbyClick-extension/issues |
| 対応言語 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decode URL by Click",
"description": "Copy URL, Click Icon!",
"version": "1.0",
"background": {
"scripts": [
"listeners.js"
],
"persistent": false
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16red.png",
"24": "images\/icon24red.png",
"32": "images\/icon32red.png",
"48": "images\/icon48red.png",
"128": "images\/icon128red.png"
},
"default_title": "Decode URL by Click"
},
"current_locale": "ko",
"icons": {
"16": "images\/icon16red.png",
"48": "images\/icon48red.png",
"128": "images\/icon128red.png"
}
} | |