ヤフオクへリンクする拡張
アドレスバー横のアイコンをクリックすると、ヤフーオークションへリンクします。
What is ヤフオクへリンクする拡張?
ヤフオクへリンクする拡張 is a Chrome extension developed by chamberonautil, and its main feature is "アドレスバー横のアイコンをクリックすると、ヤフーオークションへリンクします。".
Extension Screenshots
Download ヤフオクへリンクする拡張 Extension CRX File
Download ヤフオクへリンクする拡張 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
アドレスバー横にヤフーオークションへリンクするアイコンを追加する拡張です。
Extension Basic Information
Name | ヤフオクへリンクする拡張 |
ID | emdfcijnfjlhchhdbgfnbdjfjfbgpdhk |
Official URL | https://chromewebstore.google.com/detail/%E3%83%A4%E3%83%95%E3%82%AA%E3%82%AF%E3%81%B8%E3%83%AA%E3%83%B3%E3%82%AF%E3%81%99%E3%82%8B%E6%8B%A1%E5%BC%B5/emdfcijnfjlhchhdbgfnbdjfjfbgpdhk |
Description | アドレスバー横のアイコンをクリックすると、ヤフーオークションへリンクします。 |
File Size | 132 KB |
Installation Count | 1,624 |
Current Version | 3.2 |
Last Updated | 2021-07-08 |
Publish Date | 2014-08-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chamberonautil |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30e4\u30d5\u30aa\u30af\u3078\u30ea\u30f3\u30af\u3059\u308b\u62e1\u5f35", "manifest_version": 2, "version": "3.2", "description": "\u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\u6a2a\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30e4\u30d5\u30fc\u30aa\u30fc\u30af\u30b7\u30e7\u30f3\u3078\u30ea\u30f3\u30af\u3057\u307e\u3059\u3002", "options_page": "option.html", "background": { "scripts": [ "js\/jsapi.js", "js\/jquery-1.8.2.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "\u30e4\u30d5\u30aa\u30af\u3078\u30ea\u30f3\u30af\u3059\u308b\u62e1\u5f35" }, "permissions": [], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |