Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Unicorn Replacer!とは何ですか?
Unicorn Replacer!はscottrblockによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.」です。
拡張機能のスクリーンショット
Unicorn Replacer!拡張機能のCRXファイルをダウンロード
Unicorn Replacer!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's Andrew McKinley- https://thenounproject.com/term/unicorn/3364/
拡張機能の基本情報
名前 | Unicorn Replacer! |
ID | gibjejjnfagpjflldmcnpmdogaoahpfg |
公式URL | https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg |
説明 | Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. |
ファイルサイズ | 3.47 KB |
インストール数 | 34 |
現在のバージョン | 1.0 |
最終更新日 | 2015-06-08 |
公開日 | 2015-06-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | scottrblock |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/scottrblock/unicorn-replacer |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unicorn Replacer!", "version": "1.0", "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |