Pin-It
This extension keeps a set of tabs permanently pinned in your browser window.
Pin-Itとは何ですか?
Pin-Itはhttps://gaunt.devによって開発されたChromeの拡張機能で、その主な機能は「This extension keeps a set of tabs permanently pinned in your browser window.」です。
拡張機能のスクリーンショット
Pin-It拡張機能のCRXファイルをダウンロード
Pin-It拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you. No more losing your tabs when you restart your machine and share the same tabs across all of your devices.
拡張機能の基本情報
名前 | Pin-It |
ID | iaebojjjijdaeinlldahkekclhdjgkme |
公式URL | https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme |
説明 | This extension keeps a set of tabs permanently pinned in your browser window. |
ファイルサイズ | 101 KB |
インストール数 | 250 |
現在のバージョン | 3.0.1 |
最終更新日 | 2024-03-01 |
公開日 | 2020-09-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://gaunt.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.gaunt.dev/projects/pin-it/ |
ヘルプページのURL | https://github.com/gauntface/pin-it-extension/issues/new |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin-It", "version": "3.0.1", "description": "This extension keeps a set of tabs permanently pinned in your browser window.", "manifest_version": 3, "icons": { "64": "images\/icons\/favicon-64x64.png", "128": "images\/icons\/favicon-128x128.png", "512": "images\/icons\/favicon-512x512.png" }, "action": { "default_icon": { "64": "images\/icons\/favicon-64x64.png", "128": "images\/icons\/favicon-128x128.png", "512": "images\/icons\/favicon-512x512.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "background": { "service_worker": "scripts\/background\/sw.js", "type": "module" } } |