Aptitude-Words

Stop guessing and start improving your vocabulary.

Aptitude-Words란 무엇입니까?

Aptitude-Words은(는) https://logicoma.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop guessing and start improving your vocabulary."입니다.

확장 프로그램 스크린샷

screenshot

Aptitude-Words 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our choice in words define us, so why not expand our selection? With Aptitude words on your side you can search and save a list of words that you have a hard time remembering. Don't spend time you're looking up them up in a dictionary have them with you wherever you go.                    

확장 프로그램 기본 정보

이름 Aptitude-Words Aptitude-Words
ID ahmnfdchcnfcmbhefeojllaejdlcdahn
공식 URL https://chromewebstore.google.com/detail/aptitude-words/ahmnfdchcnfcmbhefeojllaejdlcdahn
설명 Stop guessing and start improving your vocabulary.
파일 크기 853 KB
설치 횟수 109
현재 버전 1.3.0
최근 업데이트 2023-06-17
출시 날짜 2018-09-16
평점 3.83/5 총 6 개의 평점
개발자 https://logicoma.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://logicoma.com/products/aptitude-words
도움말 페이지 URL https://groups.google.com/d/forum/aptitude-words
개인정보 보호 정책 페이지 URL https://logicoma.com/Home/Privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aptitude-Words",
    "short_name": "Apt-Words",
    "manifest_version": 3,
    "description": "Stop guessing and start improving your vocabulary.",
    "version": "1.3.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXZP\/orO2fbzRmkYikTd8uFZag\/cY\/xX5VyXg1KUDk7+zosyYTW4mkZdWhqnIH6O+k6GikrC1Aypi\/3P0XsV1FHpdf4erA\/bkmJeiSJUpsTwD\/e3NjaZN32Vuk+BNwYy5fx2cVfW3iYFEWTVBnNHneE8NdeAnl9kl7h5n6ThB429PtL+hTHEZEPmhj354pLrMBYoFZKfEBZ5PxHQOzyzIFhxASERu2WN9v6oScNS+\/LNeTV64INwZOIiBFoHyFekeLJauiqheA+Rgjs5gA4A8ahfSf8Tq0MQ01qwTVxdLEkPjNhwscCb4\/5avM2hItezd1kRW0OBF6RwHmmcJuNajwIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Anthont Fassett",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
    }
}