Search it

Searchs selected text

Search itคืออะไร?

Search it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eretin Oleg และคุณลักษณะหลักของมันคือ "Searchs selected text"

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

screenshot
screenshot

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

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

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

                        Allows to search selected on web page text. Key features:
- search engine switcher
- support shortcut Ctrl+Q
- localized for 2 locales: EN and RU                    

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

ชื่อ Search it Search it
ID dljiekeckiiiccopfmkfhdegdenbabln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln
คำอธิบาย Searchs selected text
ขนาดไฟล์ 16.92 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-02-13
วันที่เผยแพร่ 2016-02-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Eretin Oleg
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "searchIt": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Search it shortcut"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}