GChat - Pin threads
Pin your threads to use another time
GChat - Pin threadsとは何ですか?
GChat - Pin threadsはlasalvadordevによって開発されたChromeの拡張機能で、その主な機能は「Pin your threads to use another time」です。
拡張機能のスクリーンショット
GChat - Pin threads拡張機能のCRXファイルをダウンロード
GChat - Pin threads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An Extension to pin your threads on google chat. With this package you can click on the "Pin Your Thread" button and we save the thread's link with a name of your preference and you can easily access this thread when you want. You can remove the Pinned thread when you want clickingin the "X" button. 拡張機能の基本情報
| 名前 | |
| ID | indkckjhobpnbgkjbppehhihfpdmcjon |
| 公式URL | https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon |
| 説明 | Pin your threads to use another time |
| ファイルサイズ | 8.93 KB |
| インストール数 | 498 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2022-08-11 |
| 公開日 | 2022-02-14 |
| 評価 | 3.50/5 合計 2 レビュー |
| 開発者 | lasalvadordev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GChat - Pin threads",
"description": "Pin your threads to use another time",
"action": {
"default_icon": ".\/images\/logo.png",
"default_popup": ".\/popup\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.google.com\/*",
"https:\/\/mail.google.com\/chat\/*"
],
"all_frames": true,
"js": [
".\/scripts\/content.js"
],
"css": [
".\/styles\/styles.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"version": "1.0.5"
} | |