Mercurial > addons > firefox-addons > context-web-search
view _locales/en/messages.json @ 3:f77dab12bb52
Add support for contextual identities
Create new tab with the same contextual identity as the current tab and open
the search results in newly created tab. Accessing the tab's cookieStoreId
property requires the "cookies" permission.
author | Guido Berhoerster <guido+cws@berhoerster.name> |
---|---|
date | Thu, 31 Oct 2019 16:22:48 +0100 |
parents | 2050741e9711 |
children |
line wrap: on
line source
{ "extensionName": { "message": "Context Web Search", "description": "Name of the extension." }, "extensionDescription": { "message": "Search for selected text or link text with any one of the browser's configured search engines via the page context menu.", "description": "Description of the extension." }, "searchSelectionWithEngine": { "message": "Search $ENGINENAME$ for \u201c%s\u201d", "description": "Menu item for searching the selected text with one of the browser's search engines", "placeholders": { "engineName": { "content": "$1", "example": "DuckDuckGo" } } }, "searchLinkWithEngine": { "message": "Search $ENGINENAME$", "description": "Menu item for searching the selected text with one of the browser's search engines", "placeholders": { "engineName": { "content": "$1", "example": "DuckDuckGo" } } } }