Acronym Search

Lookup acronyms without leaving the page

Acronym Searchคืออะไร?

Acronym Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justinchan และคุณลักษณะหลักของมันคือ "Lookup acronyms without leaving the page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acronym Search

ดาวน์โหลดไฟล์ส่วนขยาย Acronym Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Run into a confusing acronym and want to quickly check what it is without leaving the page?

Right click on the word, click on me, and I'll take care of the rest!

Retrieves results from acronymfinder.com with a rank of 4 stars or greater.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Acronym Search Acronym Search
ID ffbiglaanljphblapamknfdpnnhmdfcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm
คำอธิบาย Lookup acronyms without leaving the page
ขนาดไฟล์ 7.64 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-11-04
วันที่เผยแพร่ 2019-11-03
ผู้พัฒนา justinchan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acronym Search",
    "version": "1.0",
    "description": "Lookup acronyms without leaving the page",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "https:\/\/www.acronymfinder.com\/"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2
}