SHIFT+CTRL

SHIFT+CTRL: The Swissarmy Context Menu

SHIFT+CTRLคืออะไร?

SHIFT+CTRL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SHIFT+CTRL และคุณลักษณะหลักของมันคือ "SHIFT+CTRL: The Swissarmy Context Menu"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SHIFT+CTRL

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

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

                        Hover or place(without clicking) your mouse over your intended target and press the shift + ctrl keys on any page, and a context menu will pop up with several options including the ability to:

      • Search for your text selection using your choice of search engine     
        including Google, DuckDuckGo, Bing, and Yahoo

      • Search for a short statement using the same search engines

      • Get the definition, synonym, or google search for a particular word 

      • Share a link to your social networks including facebook, twitter,  
        pinterest, linkedin, google+, and stumbleupon

      • Share the current page with above social networks

      • Share an image with the above social networks

      • Do a reverse image search on google, tineye, or bing

      • Find a product based on link text or text selection

      • Get local deals and coupons for shops in your neighborhood with            
        categories including food and drink, entertainment, automotive,  
        apparel, home and garden, health and beauty, pets, and professional 
        services

      • Explore popular retail sites included in the following categories: 
        electronics, apparel, household, sporting goods, health and beauty,  
        service, toys and games

      • Hide pesky and annoying elements with "Hide Element"

      • Easy context based access to all of your bookmarks                    

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

ชื่อ SHIFT+CTRL SHIFT+CTRL
ID jihpakcbojgknelbnmlhninibgpemcfi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/shift+ctrl/jihpakcbojgknelbnmlhninibgpemcfi
คำอธิบาย SHIFT+CTRL: The Swissarmy Context Menu
ขนาดไฟล์ 405 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0.4.9
อัปเดตครั้งล่าสุด 2014-07-17
วันที่เผยแพร่ 2014-07-17
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SHIFT+CTRL
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SHIFT+CTRL",
    "description": "SHIFT+CTRL: The Swissarmy Context Menu",
    "version": "1.0.4.9",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "c\/min.css"
            ],
            "js": [
                "c\/min.js"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "storage",
        "geolocation",
        "chrome-extension:\/\/*\/",
        "",
        "*:\/\/*\/"
    ],
    "web_accessible_resources": [
        "c\/resources\/*"
    ],
    "background": {
        "scripts": [
            "c\/bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "SHIFT+CTRL",
        "default_icon": "c\/resources\/img\/ico48.png"
    },
    "manifest_version": 2,
    "icons": {
        "48": "c\/resources\/img\/ico48.png"
    }
}