Prisjakt Chrome

Opens the selected text in Prisjakt.nu

什麼是Prisjakt Chrome?

Prisjakt Chrome是由urre開發的Chrome擴展程式,該擴展的主要功能是“Opens the selected text in Prisjakt.nu”。

擴展截圖

screenshot
screenshot

下載Prisjakt Chrome擴展crx文件

下載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
官方網址 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"
    }
}