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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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