Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome extension description in web store


there is something that i can't figure out about the description of a chrome extension.
it is mentioned here that the description in the manifest should only contain plain string with less than 32 characters but i want to have a longer description for my extension as anyone did on the Chrome Web Store. So i provided a longer description on the dashboard but i still can see the short one on the Web Store. It seems like the description on i set on the dashboard page is never used.

1) Can anyone tell me how to set a long description for my extension ?

The second problem is that i wan to internationalize that description and so far i only use the i18n mechanism on the description set in the manifest file.

2) Supposing i am able to set a long description that is displayed on the Chrome Web Store, how can i make it available for different languages ?

Thanks

like image 779
ndongo Avatar asked Jan 13 '13 22:01

ndongo


People also ask

What is Chrome extension used for?

Extensions are software programs, built on web technologies (such as HTML, CSS, and JavaScript) that enable users to customize the Chrome browsing experience. Documentation for Chrome extensions developers. Welcome to the Getting Started Guides.

Where does Chrome store extension information?

When extensions are installed into Chrome they are extracted into the C:\Users\[login_name]\AppData\Local\Google\Chrome\User Data\Default\Extensions folder. Each extension will be stored in its own folder named after the ID of the extension.

How many extensions are in the Chrome Web Store?

How many Chrome extensions are there? ​ I found 137,345 Chrome extensions and 39,263 themes – 176,608 items in total. This result broadly matches those by Extension Monitor from August 2019 where they found 188,620 items.


2 Answers

As mentioned, the long description is part of the Webstore listing.

Look at this guide for applying i18n for your item.

Specifically, as long as your webstore item is i18n-enabled, the detailed description can be edited for all supported languages from the "Edit item" page. You will see a selector at the top:

Locale selection

like image 67
Xan Avatar answered Oct 06 '22 10:10

Xan


The long description gets entered when publishing the extension, not in the manifest.

like image 34
geniusburger Avatar answered Oct 06 '22 11:10

geniusburger