Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove more occurrences of extensiontest.com #1900

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/documentation/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ If you develop Android apps, when you want to include a browser experience in yo

The Firefox extension environment is highly compatible with chromium-based extension technology. Your extension might already be capable of running on Firefox, or need only a few changes.

[Test your extension’s compatibility](https://www.extensiontest.com/) and check out our [porting guide](/documentation/develop/porting-a-google-chrome-extension/) to get started.
Check out our [porting guide](/documentation/develop/porting-a-google-chrome-extension/) to get started.

{% endcapture %}
{% include modules/two-column.liquid,
Expand Down
4 changes: 0 additions & 4 deletions src/data/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@
{
"category": "Port Your Extension",
"pages": [
{
"title": "Extension compatibility test",
"url": "https://www.extensiontest.com/"
},
{
"title": "Porting a Google Chrome Extension",
"url": "/documentation/develop/porting-a-google-chrome-extension/"
Expand Down
4 changes: 1 addition & 3 deletions src/includes/home/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ Firefox is at the forefront of cross-browser compatibility. Firefox add-ons are

### Your extension might already be compatible!

See if your extension works in Firefox. Simply upload your `.crx` file.

[Test your extension](https://www.extensiontest.com/)
See if your extension works in Firefox. Simply upload your `.crx` file to the [Developer Hub](https://addons.mozilla.org/developers/addon/validate).

</div>
</div>
Expand Down
Loading