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 |
官方網址 | 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" } ] } |