@nifty簡単アクセス

@niftyトップページに簡単にアクセスできます。

What is @nifty簡単アクセス?

@nifty簡単アクセス is a Chrome extension developed by ニフティ株式会社, and its main feature is "@niftyトップページに簡単にアクセスできます。".

Download @nifty簡単アクセス Extension CRX File

Download @nifty簡単アクセス 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

                        @niftyトップページに3つの機能で簡単アクセス。

ロゴボタンを押しても、Chromeを起動しても、ブックマークからでも。いつものトップページでインターネットをお楽しみください。

【@niftyトップページを表示する3つの機能】
(1)Chrome起動時
Chromeを起動すると表示されます。
(2)ロゴボタン
ページ右上の@niftyロゴボタンをクリックすると表示されます。
(3)ブックマーク
ブックマーク一覧に追加されます。

本アプリケーションは、以下の@nifty会員規約をご確認のうえ、ご利用ください。
https://www.nifty.com/policy/terms.htm                    

Extension Basic Information

Name @nifty簡単アクセス @nifty簡単アクセス
ID lganncbakeafbjnmhacagokckdlodcie
Official URL https://chromewebstore.google.com/detail/nifty%E7%B0%A1%E5%8D%98%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9/lganncbakeafbjnmhacagokckdlodcie
Description @niftyトップページに簡単にアクセスできます。
File Size 35.55 KB
Installation Count 5,308
Current Version 1.0.1
Last Updated 2023-01-27
Publish Date 2020-11-14
Developer ニフティ株式会社
Email [email protected]
Payment Type free
Extension Website https://www.nifty.com/
Help Page URL https://inquiry2.nifty.com/webeq/pub/top/topenq
Privacy Policy Page URL https://www.nifty.co.jp/privacy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.1",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "default_locale": "ja",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "32": "image\/icon_32.png",
        "48": "image\/icon_48.png",
        "128": "image\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icons": {
            "19": "image\/icon_19.png",
            "38": "image\/icon_38.png"
        }
    }
}