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.
擴展基本資訊
名稱 | Aptitude-Words |
ID | ahmnfdchcnfcmbhefeojllaejdlcdahn |
官方網址 | 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';" } } |