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
官方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"
    }
}