Google Sheets Tabs on top
Move Google Sheets tabs on top
Google Sheets Tabs on topとは何ですか?
Google Sheets Tabs on topはKazuki Yamadaによって開発されたChromeの拡張機能で、その主な機能は「Move Google Sheets tabs on top」です。
拡張機能のスクリーンショット
Google Sheets Tabs on top拡張機能のCRXファイルをダウンロード
Google Sheets Tabs on top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension does not send the user's data anywhere. It's also completely open source. Source: https://github.com/yamadashy/sheets-tabs-on-top-extension
拡張機能の基本情報
名前 | |
ID | lbhlhhckfpdpafckdiklcbamkmogjdjc |
公式URL | https://chromewebstore.google.com/detail/google-sheets-tabs-on-top/lbhlhhckfpdpafckdiklcbamkmogjdjc |
説明 | Move Google Sheets tabs on top |
ファイルサイズ | 27.76 KB |
インストール数 | 10,000 |
現在のバージョン | 1.1.4 |
最終更新日 | 2023-09-16 |
公開日 | 2020-07-03 |
評価 | 4.80/5 合計 10 レビュー |
開発者 | Kazuki Yamada |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yamadashy/sheets-tabs-on-top-extension |
ヘルプページのURL | https://github.com/yamadashy/sheets-tabs-on-top-extension/issues |
プライバシーポリシーページのURL | https://github.com/yamadashy/slack-channels-grouping/wiki/Privacy-Policy |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.1.4", "manifest_version": 3, "short_name": "__MSG_appShortName__", "default_locale": "en", "author": "Kazuki Yamada", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "minimum_chrome_version": "88.0", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/spreadsheets\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/docs.google.com\/spreadsheets\/*" ] } |