Tradera+

Allows you to block items, sellers from appearing in search results, and to add personal notes to items on tradera.com

Tradera+คืออะไร?

Tradera+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Balázs และคุณลักษณะหลักของมันคือ "Allows you to block items, sellers from appearing in search results, and to add personal notes to items on tradera.com"

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

screenshot

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

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

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

                        A Chrome extension for tradera.com that will give you the following features:
	- block items ( stop looking at the same lame auction over & over because the title seems interesting )
	- block sellers ( never see the cheap gadgets from the same seller spamming the whole products page again )
	- add personal notes to auctions ( put a reminder about real price, special features, so you can quickly evaluate your max price )

This extension stores all you settings and data on the client side ( in your browser ). Neither Tradera nor the developer know what you're doing. All info is private. This also means that data is only available in the browser where you save them, independently of your Tradera account.

Usage:
A small dropdown will appear when you hover an item on search result or category pages. Click on it to view your option.

Version history:
0.8.3	- Fix manifest, update and adopt design to Tradera's current look and feel, make hiding blocked items the default behaviour
0.8.2.1 - Minor fixes
0.8.2 	- Updated extension to be compatible with Tradera's 2014 new markup / navigation
0.8.0.1 - converting to manifest version 2
0.8 	- added option to switch between hiding or fading out blocked products / sellers
0.7 	- first release

Want to contribute, check out the source code?
github: https://github.com/suhajdab/TraderaPlus


Balázs Suhajda @ onereason.eu
twitter: suhajdab
2018-01-11                    

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

ชื่อ Tradera+ Tradera+
ID niblgdndoebefdjfjkflejkcbjjalbka
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tradera+/niblgdndoebefdjfjkflejkcbjjalbka
คำอธิบาย Allows you to block items, sellers from appearing in search results, and to add personal notes to items on tradera.com
ขนาดไฟล์ 18.63 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.8.3
อัปเดตครั้งล่าสุด 2018-01-11
วันที่เผยแพร่ 2018-01-11
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Balázs
ประเภทการชำระเงิน free
ภาษาที่รองรับ sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tradera+",
    "version": "0.8.3",
    "description": "Allows you to block items, sellers from appearing in search results, and to add personal notes to items on tradera.com",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "https:\/\/*.tradera.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "css\/traderaPlus.min.css",
        "js\/utils.js",
        "js\/tmpl.js",
        "data\/sv.js",
        "js\/tracking.js",
        "js\/traderaPlus.js",
        "js\/traderaPlus.upgrade.js",
        "js\/traderaPlus.options.js",
        "js\/traderaPlus.dropdown.js",
        "js\/traderaPlus.items.js",
        "js\/traderaPlus.notes.js",
        "js\/traderaPlus.observer.js",
        "js\/traderaPlus.sellers.js",
        "js\/traderaPlus.summary.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tradera.com\/*"
            ],
            "css": [
                "css\/traderaPlus.min.css"
            ],
            "js": [
                "js\/utils.js",
                "js\/tmpl.js",
                "data\/sv.js",
                "js\/tracking.js",
                "js\/traderaPlus.js",
                "js\/traderaPlus.upgrade.js",
                "js\/traderaPlus.options.js",
                "js\/traderaPlus.dropdown.js",
                "js\/traderaPlus.items.js",
                "js\/traderaPlus.notes.js",
                "js\/traderaPlus.observer.js",
                "js\/traderaPlus.sellers.js",
                "js\/traderaPlus.summary.js"
            ],
            "run_at": "document_end"
        }
    ]
}