Sentence Stack
Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.
O que é Sentence Stack?
Sentence Stack é uma extensão do Chrome desenvolvida por https://sentencestack.com, e sua principal característica é "Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sentence Stack
Baixe arquivos de extensão Sentence Stack no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
With the Sentence Stack Chrome Extension you can search for example sentences, check grammar, or translate from any web page in just three simple steps: 1) Highlight a word or phrase 2) Right click on the highlighted text 3) Select "Search on Sentence Stack" NOTE: Our Chrome extension does NOT collect ANY data at all. We know your privacy is important because ours is too. SENTENCE STACK - the FREE Linguistic Search Engine Sentence Stack combines advanced sentence search with other capabilities like slang detection, dictionary/thesaurus lookup, sentence correction, translation to English, and more. These broad features make it an ideal tool for all the facets of language learning including studying vocabulary in context, grasping word choice nuances, mastering language mechanics like grammar and spelling, and just having fun exploring English. Use Cases ★ Uncertain if you are using a word or phrase correctly? Have no doubts by viewing the phrase in hundreds of real sentences from reliable sources. ★ Learning vocabulary words? Learn with contextual examples in addition to the definition. ★ Need to check your grammar? Sentences are automatically checked for spelling and grammar mistakes and corrected. ★ Have trouble understanding a sentence? Often slang and idioms can make it difficult to understand the true meaning of sentences. Highlight the sentence and let Sentence Stack explain it to you. Did we mention that Sentence Stack is completely free? You won't find a competing service on the Internet with a focus on providing state of the art educational technology tools that the entire world can afford. Join us on this mission and become a better writer today!
Informações Básicas da Extensão
Nome | Sentence Stack |
ID | lpefnobmedjapcejikloljjajpondfkn |
URL Oficial | https://chromewebstore.google.com/detail/sentence-stack/lpefnobmedjapcejikloljjajpondfkn |
Descrição | Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack. |
Tamanho do Arquivo | 35.2 KB |
Contagem de Instalações | 512 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-06-25 |
Data de Publicação | 2022-06-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://sentencestack.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sentencestack.com/ |
URL da Página de Ajuda | https://sentencestack.com/p/contact |
URL da Página de Política de Privacidade | https://sentencestack.com/p/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sentence Stack", "background": { "service_worker": "background.js" }, "description": "Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.", "manifest_version": 3, "name": "Sentence Stack", "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "version": "1.0.0" } |