Image File Name Popup
Image file name popup.
Image File Name Popupとは何ですか?
Image File Name Popupはmachaによって開発されたChromeの拡張機能で、その主な機能は「Image file name popup.」です。
拡張機能のスクリーンショット
Image File Name Popup拡張機能のCRXファイルをダウンロード
Image File Name Popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
image file name popup. Show pop-up when you place the cursor over the image.
拡張機能の基本情報
名前 | Image File Name Popup |
ID | ciifjhaiolekjnnekkbnnidegmmcjlca |
公式URL | https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca |
説明 | Image file name popup. |
ファイルサイズ | 90.51 KB |
インストール数 | 341 |
現在のバージョン | 1.0 |
最終更新日 | 2015-01-05 |
公開日 | 2015-01-05 |
評価 | 4.00/5 合計 6 レビュー |
開発者 | macha |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "css": [ "css\/style.css" ], "js": [ "jquery.min.js", "script.js", "js\/TweenMax.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Image file name popup.", "name": "Image File Name Popup", "permissions": [ "background", "tabs" ], "browser_action": { "default_icon": { "19": "pictos\/32.png", "38": "pictos\/128.png" }, "default_title": "Img File Name Popup" }, "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "manifest_version": 2, "version": "1.0" } |