Tab Locker
Save your current tabs for later use
Tab Lockerとは何ですか?
Tab LockerはAnthony Clausingによって開発されたChromeの拡張機能で、その主な機能は「Save your current tabs for later use」です。
拡張機能のスクリーンショット
Tab Locker拡張機能のCRXファイルをダウンロード
Tab Locker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Can save up to 5 collections of tabs to be reopened at anytime. Helpful for studying or research. 拡張機能の基本情報
| 名前 | |
| ID | peidgpelkfmpbiaphfakeaboijiagkmd |
| 公式URL | https://chromewebstore.google.com/detail/tab-locker/peidgpelkfmpbiaphfakeaboijiagkmd |
| 説明 | Save your current tabs for later use |
| ファイルサイズ | 13.48 KB |
| インストール数 | 743 |
| 現在のバージョン | 0.0.0.1 |
| 最終更新日 | 2021-02-18 |
| 公開日 | 2021-02-18 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Anthony Clausing |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Locker",
"version": "0.0.0.1",
"description": "Save your current tabs for later use",
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/tab_locker16.png",
"32": "images\/tab_locker32.png",
"48": "images\/tab_locker48.png",
"128": "images\/tab_locker128.png"
}
},
"icons": {
"16": "images\/tab_locker16.png",
"32": "images\/tab_locker32.png",
"48": "images\/tab_locker48.png",
"128": "images\/tab_locker128.png"
},
"manifest_version": 3
} | |