Hamburgers to Steamed Hams
Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
Hamburgers to Steamed Hamsとは何ですか?
Hamburgers to Steamed Hamsはhttps://freemanonthe.landによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.」です。
拡張機能のスクリーンショット
Hamburgers to Steamed Hams拡張機能のCRXファイルをダウンロード
Hamburgers to Steamed Hams拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | fieooplcpndnceolckkkhnfkecpfeije |
公式URL | https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije |
説明 | Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect. |
ファイルサイズ | 44.86 KB |
インストール数 | 24 |
現在のバージョン | 2.0 |
最終更新日 | 2018-04-17 |
公開日 | 2018-04-16 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | https://freemanonthe.land |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hamburgers to Steamed Hams", "short_name": "Steamed Clams", "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.", "author": "Seymour Skinner", "version": "2.0", "icons": { "16": "skinner16.png", "32": "skinner32.png", "48": "skinner48.png", "128": "skinner128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |