☭ 紅色背景偵測器 ☭ 喺一個幫你喺上緊網嘅時候,自動辨認紅色背景嘅公司、牌子、字句等等嘅 browser extension,現時支援嘅瀏覽器包括 Chrome, Firefox, Safari, 同埋 Opera。
用Chrome, Chromium, Iridium, 或者 Vivaldi 嘅人可以到 Chrome Web Store 下載。
用 Opera 嘅人請先安裝 Download Chrome Extension,跟住照Chrome系列瀏覽器嘅程序安就得。
如果你發現有未入表嘅染紅公司,歡迎到上面「issues」page 單聲!
The majority of development should happen in master or a feature branch based on master if something drastic is being tried out.
When it comes time to release, something like this should happen:
# from master
git pull
git checkout chrome
git merge master
# then make any changes necessary to manifest.json
git tag v14.8.1-chrome
For a Firefox release, you'd replace chrome
with firefox
.
The only file that really needs to differ between Chrome and Firefox is
manifest.json
, so the master branch should not have a manifest.json
to prevent merge conflicts in the future.