UAb Auto Signature
This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha
UAb Auto Signatureとは何ですか?
UAb Auto Signatureはmb.gadelha18によって開発されたChromeの拡張機能で、その主な機能は「This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha」です。
拡張機能のスクリーンショット
UAb Auto Signature拡張機能のCRXファイルをダウンロード
UAb Auto Signature拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just click the extension button on your chrome bar, setup your signature and it will automatically appear on the form text box. **v1.0.2** - Minor fix to comply with Google's Use of Permissions Policy **v1.0.1** - Minor bug fixes ** v1.0.0** - Changes: - Options now set in styled pop-up - New Signature Builder App - New Preview Option - Generic Improvements ** v0.0.2 - This is an Alpha Version if you find any bug please contact-me **
拡張機能の基本情報
名前 | UAb Auto Signature |
ID | lgokkkbgggejnenlgcokgadhcfgiddpd |
公式URL | https://chromewebstore.google.com/detail/uab-auto-signature/lgokkkbgggejnenlgcokgadhcfgiddpd |
説明 | This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha |
ファイルサイズ | 22.41 KB |
インストール数 | 106 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-02-01 |
公開日 | 2020-09-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | mb.gadelha18 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UAb Auto Signature", "version": "1.0.2", "manifest_version": 2, "description": "This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "\/icons\/icon19.png", "default_popup": "src\/popup\/popup.html", "default_title": "UAb Auto Signature - Create and edit your signature" }, "content_scripts": [ { "matches": [ "https:\/\/elearning.uab.pt\/mod\/forum\/*" ], "run_at": "document_end", "js": [ "src\/inject\/inject.js" ] } ] } |