Don't Starve Wiki Searcher

This extension creates a fast way to search the Don't Starve Wiki - With just the click of a button!

Don't Starve Wiki Searcherคืออะไร?

Don't Starve Wiki Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mulletfingers999 และคุณลักษณะหลักของมันคือ "This extension creates a fast way to search the Don't Starve Wiki - With just the click of a button!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't Starve Wiki Searcher

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

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

                        **NOTE**
This is my first extension!  Please take this into consideration if you comment!  There's a planned awesomeness section you should look at to see if I'm planning to add your feature!
**NOTE**

You just forgot how to befriend a pig.  You open up Chrome, Go to the Don't Starve Wiki, Search for "Pig", and then look for the section you need.  Well, now you can do it as fast as the click of a button - literally!  Just press the button in the top right corner, enter some text, and Viola! You've found your page! 

**CHANGE LOG**
0.1 (7/26/13)~
First release, more features soon to come

0.2 (7/27/13)~
Made the popup look a LOT more normal ☺

1.0 (8/4/13)~
Skipped due to a major bug that I found and fixed two days later

1.1 (8/6/13)~
Woo Hoo!  First full release!
Added searching via pressing the "Enter" key
Adjusted the size and position of the text area
Added a title in the popup

1.3 (9/8/13)~
Very Minor Update, fixed the url to enter search text into
**CHANGE LOG**

**PLANNED AWESOMENESS**
Searching via Pressing the "Enter" key -Done!
An option to open results in a new tab or not
**PLANNED AWESOMENESS**                    

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

ชื่อ Don't Starve Wiki Searcher Don't Starve Wiki Searcher
ID gjhmfjmfdcgblhfeemcoeildnlambgpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dont-starve-wiki-searcher/gjhmfjmfdcgblhfeemcoeildnlambgpo
คำอธิบาย This extension creates a fast way to search the Don't Starve Wiki - With just the click of a button!
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 410
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2013-09-08
วันที่เผยแพร่ 2013-09-08
คะแนน 4.37/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา Mulletfingers999
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Don't Starve Wiki Searcher",
    "description": "This extension creates a fast way to search the Don't Starve Wiki - With just the click of a button!",
    "version": "1.3",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "wikiSearcher.html"
    },
    "permissions": [
        "http:\/\/dont-starve-game.wikia.com\/wiki\/",
        "tabs",
        "contextMenus"
    ]
}