krep

投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。…

Cos'è krep?

krep è un'estensione di Chrome sviluppata da takeru.u.cb, e la sua funzione principale è "投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione krep

Scarica i file di estensione krep 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

                        投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。
そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。
このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。
また、このEmojiに対してマウスオーバーした際に返信元の投稿がポップアップで表示される。                    

Informazioni di Base sull'Estensione

Nome krep krep
ID acnnmadmdjfnpfmadkbemkpcchfnobbe
URL Ufficiale https://chromewebstore.google.com/detail/krep/acnnmadmdjfnpfmadkbemkpcchfnobbe
Descrizione 投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。…
Dimensione del File 13.44 KB
Conteggio Installazioni 144
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-11-27
Data di Pubblicazione 2019-10-07
Sviluppatore takeru.u.cb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "krep",
    "version": "1.0.0",
    "permissions": [],
    "icons": {
        "128": "krep-icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content-script-loader.contentScript.ts.bc34e344.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.cybozu.com\/k\/*",
                "https:\/\/*.cybozu-dev.com\/k\/*",
                "https:\/\/*.kintone.com\/k\/*",
                "https:\/\/*.kintone-dev.com\/k\/*"
            ],
            "css": [
                "contentScript.834f5b36.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.cybozu-dev.com\/*",
                "https:\/\/*.cybozu.com\/*",
                "https:\/\/*.kintone-dev.com\/*",
                "https:\/\/*.kintone.com\/*"
            ],
            "resources": [
                "contentScript.ts.js"
            ],
            "use_dynamic_url": true
        }
    ]
}