others to otters
Replaces all instances of 'other' with 'otter'.
others to ottersとは何ですか?
others to ottersはRRMによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of 'other' with 'otter'.」です。
拡張機能のスクリーンショット
others to otters拡張機能のCRXファイルをダウンロード
others to otters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it. 拡張機能の基本情報
| 名前 | |
| ID | ondpmmfoomodhhlpgibmmjfmbolgngmf |
| 公式URL | https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf |
| 説明 | Replaces all instances of 'other' with 'otter'. |
| ファイルサイズ | 21.25 KB |
| インストール数 | 17 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-09-12 |
| 公開日 | 2017-09-12 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | RRM |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "others to otters",
"short_name": "otters",
"description": "Replaces all instances of 'other' with 'otter'.",
"author": "RRM",
"version": "1.1",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |