krep
投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。…
What is krep?
krep is a Chrome extension developed by takeru.u.cb, and its main feature is "投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。…".
Extension Screenshots
Download krep Extension CRX File
Download krep 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
投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。 また、このEmojiに対してマウスオーバーした際に返信元の投稿がポップアップで表示される。
Extension Basic Information
Name | krep |
ID | acnnmadmdjfnpfmadkbemkpcchfnobbe |
Official URL | https://chromewebstore.google.com/detail/krep/acnnmadmdjfnpfmadkbemkpcchfnobbe |
Description | 投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。… |
File Size | 13.44 KB |
Installation Count | 144 |
Current Version | 1.0.0 |
Last Updated | 2022-11-27 |
Publish Date | 2019-10-07 |
Developer | takeru.u.cb |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |