東カレデートChrome拡張検索

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

Cos'è 東カレデートChrome拡張検索?

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

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 東カレデートChrome拡張検索

Scarica i file di estensione 東カレデートChrome拡張検索 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

***

【使い方】

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

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

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

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

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

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

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

Informazioni di Base sull'Estensione

Nome 東カレデートChrome拡張検索 東カレデートChrome拡張検索
ID leeipfdbpemfbnodbbkacgblmbhkkdpd
URL Ufficiale 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
Descrizione 東カレデートで趣味や価値観、共通点からキーワード検索(フリーワード検索)できる「東カレデートChrome拡張検索機能」です。 ゴールド・新着NEW・アクティブ、オンライン女性メンバーだけを絞り込んで表示することも可能です。…
Dimensione del File 44.38 KB
Conteggio Installazioni 144
Versione Corrente 0.1
Ultimo Aggiornamento 2022-12-26
Data di Pubblicazione 2022-12-20
Sviluppatore https://tokyo-calendar-date-chrome-ext.hatenablog.jp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tokyo-calendar-date-chrome-ext.hatenablog.jp/entry/tokyo-calendar-date-chrome-extentions-keyword-search
URL della Pagina di Aiuto https://tokyo-calendar-date-chrome-ext.hatenablog.jp/entry/contact
Lingue Supportate 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"
    }
}