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 |
官方網址 | 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 |
電子郵箱 | [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" } } |