Static InVision Image
This extension adds a link to the static image on InVision design pages
Static InVision Imageとは何ですか?
Static InVision ImageはDaniel Samuelsによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a link to the static image on InVision design pages」です。
拡張機能のスクリーンショット
Static InVision Image拡張機能のCRXファイルをダウンロード
Static InVision Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add a link to the static image on invision detail pages
拡張機能の基本情報
名前 | |
ID | illlknoagnockkonkbjjjifjkafeblad |
公式URL | https://chromewebstore.google.com/detail/static-invision-image/illlknoagnockkonkbjjjifjkafeblad |
説明 | This extension adds a link to the static image on InVision design pages |
ファイルサイズ | 3.35 KB |
インストール数 | 84 |
現在のバージョン | 1.0 |
最終更新日 | 2017-06-30 |
公開日 | 2017-06-30 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Daniel Samuels |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Static InVision Image", "description": "This extension adds a link to the static image on InVision design pages", "version": "1.0", "permissions": [ "https:\/\/*.invisionapp.com\/d\/main\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.invisionapp.com\/d\/main\/*" ], "js": [ "main.js" ] } ] } |