Transum
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…
Transumとは何ですか?
Transumはplus.extensions.devによって開発されたChromeの拡張機能で、その主な機能は「A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant…」です。
拡張機能のスクリーンショット
Transum拡張機能のCRXファイルをダウンロード
Transum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant check, and in-depth init function review. It also has some features like answer filling, and even a trophy maker (please use with caution) (use at your OWN risk, I will NOT be held realisable for ANY usage of this software)! 拡張機能の基本情報
| 名前 | |
| ID | ccfdipkacmkaghoikblhbkmlanhepagc |
| 公式URL | https://chromewebstore.google.com/detail/transum/ccfdipkacmkaghoikblhbkmlanhepagc |
| 説明 | A google chrome extension that can improve the usage for the website transum.org. It has features like better checking, constant… |
| ファイルサイズ | 38.89 KB |
| インストール数 | 77 |
| 現在のバージョン | 1.0.0.2 |
| 最終更新日 | 2021-11-23 |
| 公開日 | 2021-10-13 |
| 開発者 | plus.extensions.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Transum",
"browser_action": {
"default_title": "Transum",
"default_popup": "browser.html"
},
"icons": {
"16": "transum.png",
"48": "transum.png",
"128": "transum.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.transum.org\/*"
],
"js": [
"index.js"
]
}
],
"permissions": [
"https:\/\/*.transum.org\/*",
"http:\/\/*.transum.org\/*"
],
"manifest_version": 2,
"version": "1.0.0.2"
} | |