Aptitude-Words
Stop guessing and start improving your vocabulary.
Aptitude-Wordsとは何ですか?
Aptitude-Wordsはhttps://logicoma.comによって開発されたChromeの拡張機能で、その主な機能は「Stop guessing and start improving your vocabulary.」です。
拡張機能のスクリーンショット
Aptitude-Words拡張機能のCRXファイルをダウンロード
Aptitude-Words拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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';"
}
} | |