Wiki It

Easily Wikipedia anything on the web without having to leave the page

Wiki Itคืออะไร?

Wiki It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dlask และคุณลักษณะหลักของมันคือ "Easily Wikipedia anything on the web without having to leave the page"

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

screenshot

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

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

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

                        Wiki It allows you to easily Wikipedia anything on a website without having to leave the page or open a new tab.

+Highlight your desired word(s) (you can do this easily by double clicking)

+Then use the shortcut CTRL + SHIFT + S or click the icon in the top right.(You can change the keyboard shortcut to whatever you want in the extension manager)

+Watch your info slide in! It is that easy!                    

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

ชื่อ Wiki It Wiki It
ID jcmckdmbneffdllfpndkgidingockofb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb
คำอธิบาย Easily Wikipedia anything on the web without having to leave the page
ขนาดไฟล์ 44.26 KB
จำนวนการติดตั้ง 447
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2014-10-05
วันที่เผยแพร่ 2014-10-05
คะแนน 4.60/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา dlask
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki It",
    "description": "Easily Wikipedia anything on the web without having to leave the page",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wiki It",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}