+
{{
$t('filters.filter-by')
}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/src/locales/en.json b/src/locales/en.json
index d728744b80..178b978e16 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -30,7 +30,7 @@
"meta-search": "Meta Search",
"feedback": "Feedback",
"support": "Support Us",
- "extension": "Extension",
+ "extension": "Web extension",
"placeholder": "Search all content",
"aria": {
"primary": "primary",
@@ -104,12 +104,6 @@
"content": "Please note that Openverse does not verify whether the images are properly CC licensed, or whether the attribution and other licensing information we have aggregated is accurate or complete. Please independently verify the licensing status and attribution information before reusing the content. For more details, read the {terms}.",
"terms": "Openverse Terms of Use"
},
- "sources": "Sources",
- "providers": {
- "source": "Source",
- "domain": "Domain",
- "work": "# CC Licensed Works"
- },
"aria": {
"common-crawl": "Common Crawl",
"meta": "meta search",
@@ -130,6 +124,7 @@
"single-name": "Source",
"providers": {
"source": "Source",
+ "domain": "Domain",
"item": "Total items"
},
"cc-content": {
@@ -273,6 +268,27 @@
"report": "report a bug form"
}
},
+ "extension": {
+ "title": "Web extension",
+ "description": {
+ "intro": "A browser extension that lets you search and use open-licensed and public domain images."
+ },
+ "features": {
+ "search": {
+ "heading": "Search and filter openly-licensed and public domain content",
+ "content": "Browse through millions of content and use filters to find what best meets your needs."
+ },
+ "bookmark": {
+ "heading": "Bookmark your favorite images without breaking your navigation",
+ "content": "Add images to your bookmarks and use them whenever you want without interrupting your navigation. "
+ },
+ "use": {
+ "heading": "Use the image and give attribution to the creator easily",
+ "content": "Download the image and paste the attribution information on compatible formats."
+ }
+ },
+ "conclusion": "Have your favourite content while browsing the web"
+ },
"collections": {
"title": "Browse collections",
"museum": "Museum Collections",
@@ -343,6 +359,9 @@
"creator": {
"title": "Search by Creator"
},
+ "searchBy": {
+ "creator": "Creator"
+ },
"license-explanation": {
"tool": "Read more about the tool {link}",
"license": "Read more about the license {link}",
@@ -512,5 +531,11 @@
"supported-title": "Not finding what you're looking for? Try additional {type} sources.",
"caption": "Click on a source below to directly search other collections of CC-licensed {type}.{break}Please note that Use filters are not supported for {filter}."
}
+ },
+ "browsers": {
+ "chrome": "Chrome",
+ "firefox": "Firefox",
+ "opera": "Opera",
+ "edge": "Edge"
}
}
diff --git a/src/pages/about.vue b/src/pages/about.vue
index 14b7de0931..11b0fe6246 100644
--- a/src/pages/about.vue
+++ b/src/pages/about.vue
@@ -48,10 +48,9 @@
>
-
{{ $t('about.planning.community') }}
@@ -90,39 +89,6 @@
>
-
-
- {{ $t('about.sources') }}
-
-
-
-
- {{ $t('about.providers.source') }} |
- {{ $t('about.providers.domain') }} |
- {{ $t('about.providers.work') }} |
-
-
-
-
- {{ imageProvider.display_name }} |
-
-
- {{ imageProvider.source_url }}
-
- |
-
- {{ getProviderImageCount(imageProvider.image_count) }}
- |
-
-
-
@@ -143,14 +109,6 @@ const AboutPage = {
},
computed: {
...mapState(['isEmbedded']),
- imageProviders() {
- return this.$store.state.imageProviders
- },
- },
- methods: {
- getProviderImageCount(imageCount) {
- return imageCount.toLocaleString(this.$i18n.locale)
- },
},
}
diff --git a/src/pages/extension.vue b/src/pages/extension.vue
new file mode 100644
index 0000000000..0e91b50744
--- /dev/null
+++ b/src/pages/extension.vue
@@ -0,0 +1,241 @@
+