Prisjakt Chrome

Opens the selected text in Prisjakt.nu

Prisjakt Chromeคืออะไร?

Prisjakt Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย urre และคุณลักษณะหลักของมันคือ "Opens the selected text in Prisjakt.nu"

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

screenshot
screenshot

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

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

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

                        Chrome Extension for searching selected text in Swedish price comparison service Prisjakt.nu.

1. Select text on a webpage
2. Right click
3. Choose "Sök [selection] på Prisjakt"                    

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

ชื่อ Prisjakt Chrome Prisjakt Chrome
ID iaehbbiehjnognhkocblclmoekefopoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prisjakt-chrome/iaehbbiehjnognhkocblclmoekefopoi
คำอธิบาย Opens the selected text in Prisjakt.nu
ขนาดไฟล์ 43.18 KB
จำนวนการติดตั้ง 275
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-03-18
วันที่เผยแพร่ 2019-03-18
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา urre
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/urre/prisjakt-chrome
URL หน้าช่วยเหลือ https://github.com/urre/prisjakt-chrome
ภาษาที่รองรับ sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prisjakt Chrome",
    "version": "1.1.1",
    "description": "Opens the selected text in Prisjakt.nu",
    "author": "Urban Sanden",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browsericon.png",
            "38": "images\/browsericon.png"
        },
        "default_title": "Prisjakt"
    },
    "icons": {
        "16": "images\/favicon.png",
        "128": "images\/favicon.png"
    }
}