Stackoverflow Tag Search

Tag specific search on stackoverflow.com, right from the Chrome Onmibar!

Stackoverflow Tag Searchคืออะไร?

Stackoverflow Tag Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve Reich และคุณลักษณะหลักของมันคือ "Tag specific search on stackoverflow.com, right from the Chrome Onmibar!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Type 's' and then hit the SPACE bar to be off and running with a tag specific search on stackoverflow.com. Forget sifting through Google's results, only to settle on a stack page anyway! And no more typing the language before the search terms either! Just set the search bar, type in your keywords, and then look at the awesome results!

Type 's' (without the quotes) + SPACE bar in the Google Onmibar to open the specialized search engine.

Right-click anywhere on any page to get to the options page to customize your tags!

FEATURES

- Right click on any page to get to the options screen to change your tags, sort, and save.
- Auto complete for tag verification with stackoverflow's 500 most popular tags!

If you use stackoverflow, this is the extension for you. It will get you to your search results in a single click! Check it out! If you like it, please rate it and let me know!                    

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

ชื่อ Stackoverflow Tag Search Stackoverflow Tag Search
ID lpdblnhhdcgiakcblccpdeggkganijol
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stackoverflow-tag-search/lpdblnhhdcgiakcblccpdeggkganijol
คำอธิบาย Tag specific search on stackoverflow.com, right from the Chrome Onmibar!
ขนาดไฟล์ 931 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-11-03
วันที่เผยแพร่ 2013-11-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Steve Reich
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stackoverflow Tag Search",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Tag specific search on stackoverflow.com, right from the Chrome Onmibar!",
    "icons": {
        "16": "img\/stackoverflow_16.png",
        "19": "img\/stackoverflow_19.png",
        "24": "img\/stackoverflow_24.png",
        "32": "img\/stackoverflow_32.png",
        "48": "img\/stackoverflow_48.png",
        "64": "img\/stackoverflow_64.png",
        "96": "img\/stackoverflow_96.png",
        "128": "img\/stackoverflow_128.png",
        "256": "img\/stackoverflow_256.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "omnibox": {
        "keyword": "s"
    }
}