Sentence Stack

Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.

Sentence Stack란 무엇입니까?

Sentence Stack은(는) https://sentencestack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sentence Stack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Sentence Stack Sentence Stack
ID lpefnobmedjapcejikloljjajpondfkn
공식 URL https://chromewebstore.google.com/detail/sentence-stack/lpefnobmedjapcejikloljjajpondfkn
설명 Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.
파일 크기 35.2 KB
설치 횟수 512
현재 버전 1.0.0
최근 업데이트 2022-06-25
출시 날짜 2022-06-19
평점 5.00/5 총 1 개의 평점
개발자 https://sentencestack.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sentencestack.com/
도움말 페이지 URL https://sentencestack.com/p/contact
개인정보 보호 정책 페이지 URL https://sentencestack.com/p/privacy
지원되는 언어 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"
}