Frogstension
Is the word frog somewhere on this page?
Frogstensionとは何ですか?
Frogstensionはimnotubによって開発されたChromeの拡張機能で、その主な機能は「Is the word frog somewhere on this page?」です。
拡張機能のスクリーンショット
Frogstension拡張機能のCRXファイルをダウンロード
Frogstension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension tells you how many times the word frog appears on the page you're currently on. 拡張機能の基本情報
| 名前 | |
| ID | jmkfbghghbfilijgakphfjmlamedbhhl |
| 公式URL | https://chromewebstore.google.com/detail/frogstension/jmkfbghghbfilijgakphfjmlamedbhhl |
| 説明 | Is the word frog somewhere on this page? |
| ファイルサイズ | 564 KB |
| インストール数 | 169 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2020-08-01 |
| 公開日 | 2020-07-30 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | imnotub |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Frogstension",
"description": "Is the word frog somewhere on this page?",
"version": "1.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html",
"default_title": "Frog?"
},
"permissions": [
"activeTab"
]
} | |