my extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
my extensionとは何ですか?
my extensionはdkempton.developerによって開発されたChromeの拡張機能で、その主な機能は「Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…」です。
拡張機能のスクリーンショット
my extension拡張機能のCRXファイルをダウンロード
my extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.
拡張機能の基本情報
名前 | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
公式URL | https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph |
説明 | Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the… |
ファイルサイズ | 3.23 KB |
インストール数 | 42 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-01-07 |
公開日 | 2021-01-07 |
開発者 | dkempton.developer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "name": "my extension", "content_scripts": [ { "matches": [ "https:\/\/wesign4u.com\/signing\/*" ], "js": [ "script.js" ] } ] } |