東カレデートChrome拡張検索

東カレデートで趣味や価値観、共通点からキーワード検索(フリーワード検索)できる「東カレデートChrome拡張検索機能」です。 ゴールド・新着NEW・アクティブ、オンライン女性メンバーだけを絞り込んで表示することも可能です。…

What is 東カレデートChrome拡張検索?

東カレデートChrome拡張検索 is a Chrome extension developed by https://tokyo-calendar-date-chrome-ext.hatenablog.jp, and its main feature is "東カレデートで趣味や価値観、共通点からキーワード検索(フリーワード検索)できる「東カレデートChrome拡張検索機能」です。 ゴールド・新着NEW・アクティブ、オンライン女性メンバーだけを絞り込んで表示することも可能です。…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 東カレデートChrome拡張検索 Extension CRX File

Download 東カレデートChrome拡張検索 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

                        東カレデートで趣味や価値観、共通点からキーワード検索(フリーワード検索)できる「東カレデートChrome拡張検索機能」です。

ゴールド・新着NEW・アクティブ、オンライン女性メンバーだけを絞り込んで表示することも可能です。 

趣味や共通点、価値観によるマッチングを実現し、
意味のあるマッチング体験をお届けします。

***

【使い方】

1. PCのブラウザから「東カレデート https://tokyo-calendar-date.jp/login?utm_source=af_631075」にアクセスします。

2. PC版はレスポンシブモードで使用する必要があるため、右クリック「検証」 を選択し、デベロッパーツールを開きます。
(単にPCから東カレデートを開いただけではログインボタンが表示されないため、ログイン出来ない)

3. 右上のスマホアイコンをクリックし、ブラウザをレスポンシブモードに切り替えます。

4. 左上「サイズ」の中から「iphone」を選んで画面サイズをスマホサイズに切り替えます。(PCからスマホ端末として操作しているように認識させる)

5. リロードボタンで画面を再読み込みすると、東カレデートのアプリ同様「はじめる」ボタンが表示されます。

6. アプリ同様にログインします。

7. アプリ同様にログインできたら成功で、本拡張機能を使ってキーワード検索やログイン状態などで絞り込みすることが可能になります。                    

Extension Basic Information

Name 東カレデートChrome拡張検索 東カレデートChrome拡張検索
ID leeipfdbpemfbnodbbkacgblmbhkkdpd
Official URL https://chromewebstore.google.com/detail/%E6%9D%B1%E3%82%AB%E3%83%AC%E3%83%87%E3%83%BC%E3%83%88chrome%E6%8B%A1%E5%BC%B5%E6%A4%9C%E7%B4%A2/leeipfdbpemfbnodbbkacgblmbhkkdpd
Description 東カレデートで趣味や価値観、共通点からキーワード検索(フリーワード検索)できる「東カレデートChrome拡張検索機能」です。 ゴールド・新着NEW・アクティブ、オンライン女性メンバーだけを絞り込んで表示することも可能です。…
File Size 44.38 KB
Installation Count 144
Current Version 0.1
Last Updated 2022-12-26
Publish Date 2022-12-20
Developer https://tokyo-calendar-date-chrome-ext.hatenablog.jp
Email [email protected]
Payment Type free
Extension Website https://tokyo-calendar-date-chrome-ext.hatenablog.jp/entry/tokyo-calendar-date-chrome-extentions-keyword-search
Help Page URL https://tokyo-calendar-date-chrome-ext.hatenablog.jp/entry/contact
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6771\u30ab\u30ec\u30c7\u30fc\u30c8Chrome\u62e1\u5f35\u691c\u7d22",
    "manifest_version": 3,
    "version": "0.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tokyo-calendar-date.jp\/*"
            ],
            "js": [
                "base.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "t_calendar_user_seacher.js",
                "scroll_top.js",
                "scroll_bottom.js",
                "keyword_clear.js",
                "list_fav_button.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+0",
                "mac": "Command+E",
                "chromeos": "Ctrl+Shift+0",
                "linux": "Ctrl+Shift+0"
            }
        }
    },
    "action": {
        "default_title": "\u6771\u30ab\u30ec\u30c7\u30fc\u30c8Chrome\u62e1\u5f35\u691c\u7d22",
        "default_popup": "popup.html"
    }
}