Magic Word
Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.
Magic Wordとは何ですか?
Magic WordはZackaryCLeeによって開発されたChromeの拡張機能で、その主な機能は「Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.」です。
拡張機能のスクリーンショット
Magic Word拡張機能のCRXファイルをダウンロード
Magic Word拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Small chance of opening the "Magic Word" tab each time a tab is opened. The "Magic Word" tab is a video of Dennis Nedry saying "Ah Ah Ah, you didn't say the magic word". This extension is just for a fun little Jurassic Park reference every once in a while.
拡張機能の基本情報
名前 | |
ID | bfgfjcjanceofihlacofphfnpbiccbac |
公式URL | https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac |
説明 | Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word. |
ファイルサイズ | 381 KB |
インストール数 | 74 |
現在のバージョン | 0.1 |
最終更新日 | 2019-12-14 |
公開日 | 2019-12-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ZackaryCLee |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic Word", "description": "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "nedry.png" }, "icons": { "128": "nedry.png" } } |