Synonym Control-F

Control-F that also searches through synonyms.

Synonym Control-F là gì?

Synonym Control-F là một tiện ích mở rộng Chrome được phát triển bởi Neil Patil, và tính năng chính của nó là "Control-F that also searches through synonyms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Synonym Control-F

Tải xuống các tệp mở rộng Synonym Control-F dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Ctrl-F that works for synonyms, too!

Ever wanted to find not just the exact word in a page, but other words like it too? Look no further.

An extremely simple utility to find all similar words in a page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Synonym Control-F Synonym Control-F
ID ecaoofnlakiannealbioeelkagigklll
URL Chính Thức https://chrome.google.com/webstore/detail/synonym-control-f/ecaoofnlakiannealbioeelkagigklll
Mô tả Control-F that also searches through synonyms.
Kích Thước Tệp 3.76 MB
Số Lần Cài Đặt 332
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-08-05
Ngày Phát Hành 2014-08-05
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Neil Patil
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synonym Control-F",
    "description": "Control-F that also searches through synonyms.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Highlight synonyms",
        "default_popup": "popup.html",
        "default_icon": "icon\/icon-38.png"
    },
    "web_accessible_resources": [
        "thesaurus.txt"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Synonym Control-F"
        }
    }
}