Power Thesaurus

Use the power of synonyms by button in toolbar, right-click or by word selection on any page.

Power Thesaurusคืออะไร?

Power Thesaurus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://powerthesaurus.org และคุณลักษณะหลักของมันคือ "Use the power of synonyms by button in toolbar, right-click or by word selection on any page."

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

screenshot
screenshot
screenshot

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

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

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

                        The most popular thesaurus extension by leading crowdsourced thesaurus PowerThesaurus.org! 

Get the best synonyms, antonyms, definitions and other results for any word! Rephrase your texts on sites like Medium, Facebook, Twitter.

✔️  Do more with handy tools

1. Toolbar button - search for synonyms, antonyms, definitions, example sentences and other results. Quick copy on click.

2. Shortcut in context menu (select a word and right-click) - open PowerThesaurus.org

3. Synonyms on term selection - simply select any word on any page and Voila! You have great synonyms with a definition right there! In case of editable field when you write - get the list of synonyms and use them.

🎓  Get extra results in Chrome toolbar

• Synonyms and Antonyms
• Definitions and Sentences
• Related terms, Narrower and Broader terms
• Similar terms, terms with similar pronunciation
• Rhymes

💪  Use Keyboard shortcuts

• Results for selected term
• Navigate results
• Use/Copy result

⚙️  Adjust Settings

• Tools enabled - an icon or results on word selection
• Dark mode - on, off or auto based on system preferences
• Font size - for better usability
• List order (PRO only) - to use more than just a thesaurus

★ Try PRO Membership with "CHROME" Coupon Code (-15%)

• Get more content - with infinite scroll of results
• Use filters - to view phrases only, part of speech or filter by #tag
• Rearrange lists - to change default from synonyms to other list
• Actively support our development efforts - to benefit you and other users

👍  Be a legend 

Has Power Thesaurus extension been useful for you? Please don't hesitate to rate and review! Such support is very encouraging to us! 🙏

Should you have any suggestions, issues or questions, please write us at [email protected]. 

Happy writing! 🤩                    

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

ชื่อ Power Thesaurus Power Thesaurus
ID hhnjkanigjoiglnlopahbbjdbfhkndjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/power-thesaurus/hhnjkanigjoiglnlopahbbjdbfhkndjk
คำอธิบาย Use the power of synonyms by button in toolbar, right-click or by word selection on any page.
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 215,207
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2019-12-27
คะแนน 4.55/5 รวมทั้งหมด 394 คะแนน
ผู้พัฒนา https://powerthesaurus.org
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.powerthesaurus.org
URL หน้านโยบายความเป็นส่วนตัว https://www.powerthesaurus.org/_privacy_statement
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Power Thesaurus",
    "short_name": "PT",
    "description": "Use the power of synonyms by button in toolbar, right-click or by word selection on any page.",
    "default_locale": "en",
    "version": "3.1.0",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_ui": {
        "page": "options.html?options=true",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html?popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/*.powerthesaurus.org\/*",
                "http:\/\/*.powerthesaurus.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "all_frames": false,
            "js": [
                "docsContent.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "all_frames": false,
            "js": [
                "docsPreContent.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.powerthesaurus.org\/*",
                "http:\/\/*.powerthesaurus.org\/*"
            ],
            "js": [
                "authorization.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'; connect-src https:\/\/api.powerthesaurus.org\/ https:\/\/www.google-analytics.com\/ https:\/\/stats.g.doubleclick.net\/",
    "web_accessible_resources": [
        "images\/*",
        "assets\/fonts\/*",
        "injectables\/*"
    ]
}