Neokazam!

Make the shop wizard less painful. Make quick-stocking less painful. You get the idea...

Neokazam!คืออะไร?

Neokazam! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://just.waffl.in และคุณลักษณะหลักของมันคือ "Make the shop wizard less painful. Make quick-stocking less painful. You get the idea..."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension does not work for premium users. I don't have a premium account, so I can't fix this. If somebody would like to fix it, or let me use their account so that I can, please email me at [email protected].

A lightweight extension to make some parts of Neopets a little easier to use. 

Okay, I get the impression you all hate the toolbar. Removed. Like I said before, all you had to do was ask. 

FIXED INVENTORY LINKS!
(sorry for the delay, and thank you to Samantha Luo for posting a workaround in the mean time)

Features: 
-Load Shop Wizard results on the same page
-Shop Wizard queries are identical by default
-Tab title has your search query in it for easy organization of multiple searches (new in 1.2!)
-Adds a search box to the Quickstock page for easy stocking of similar items
-Changes actions in item description (feed to pet, etc.) into links
-Remove all from safety deposit box (new in 1.3! for Carissa)
-Remove all from closet and shed (new in 1.4! for Kasandra)

The creators of Neokazam! are not affiliated in any way with Neopets or its owner Viacom Inc. Neopets, the Shop Wizard illustration, and all related indicia are trademarks of Neopets Inc. All rights reserved.                    

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

ชื่อ Neokazam! Neokazam!
ID kbnlajaechdnkmidcfkmlaofdgbdadfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/neokazam/kbnlajaechdnkmidcfkmlaofdgbdadfe
คำอธิบาย Make the shop wizard less painful. Make quick-stocking less painful. You get the idea...
ขนาดไฟล์ 50.31 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2013-10-15
วันที่เผยแพร่ 2013-10-15
คะแนน 4.11/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา http://just.waffl.in
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "context_bg.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.neopets.com\/market.phtml*"
            ],
            "js": [
                "wizard.js"
            ],
            "matches": [
                "http:\/\/neopets.com\/*",
                "http:\/\/www.neopets.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.neopets.com\/iteminfo.phtml*"
            ],
            "js": [
                "iteminfo.js"
            ],
            "matches": [
                "http:\/\/neopets.com\/*",
                "http:\/\/www.neopets.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.neopets.com\/quickstock.phtml*"
            ],
            "js": [
                "quickstock.js"
            ],
            "matches": [
                "http:\/\/neopets.com\/*",
                "http:\/\/www.neopets.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.neopets.com\/safetydeposit.phtml*",
                "http:\/\/www.neopets.com\/neohome\/shed*",
                "http:\/\/www.neopets.com\/closet.phtml*"
            ],
            "js": [
                "safetydeposit.js"
            ],
            "matches": [
                "http:\/\/neopets.com\/*",
                "http:\/\/www.neopets.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/*.neopets.com\/*"
            ],
            "js": [
                "context.js"
            ],
            "matches": [
                "http:\/\/neopets.com\/*",
                "http:\/\/www.neopets.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Make the shop wizard less painful. Make quick-stocking less painful. You get the idea...",
    "icons": {
        "128": "shopwizard-128.png",
        "16": "shopwizard-16.png",
        "48": "shopwizard-48.png"
    },
    "manifest_version": 2,
    "name": "Neokazam!",
    "permissions": [
        "tabs",
        "http:\/\/neopets.com\/",
        "http:\/\/*.neopets.com\/",
        "contextMenus"
    ],
    "version": "1.5.1"
}