Irregular Verb Finder
Find forms of irregular verb you need
Irregular Verb Finderとは何ですか?
Irregular Verb FinderはSergey Rastriginによって開発されたChromeの拡張機能で、その主な機能は「Find forms of irregular verb you need」です。
拡張機能のスクリーンショット
Irregular Verb Finder拡張機能のCRXファイルをダウンロード
Irregular Verb Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | fkfjpifnklldcfkhcffdkabmpjcpnmmd |
公式URL | https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd |
説明 | Find forms of irregular verb you need |
ファイルサイズ | 1.27 MB |
インストール数 | 121 |
現在のバージョン | 1.0 |
最終更新日 | 2016-07-19 |
公開日 | 2016-07-19 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | Sergey Rastrigin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Irregular Verb Finder", "description": "Find forms of irregular verb you need", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html", "default_title": "Irregular Verb Finder" }, "author": "Sergey Rastrigin", "options_page": "option.html", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |