Prisjakt Chrome
Opens the selected text in Prisjakt.nu
Prisjakt Chromeとは何ですか?
Prisjakt Chromeはurreによって開発されたChromeの拡張機能で、その主な機能は「Opens the selected text in Prisjakt.nu」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |