Pin all tabs
Pins all tabs in the current window.
什麼是Pin all tabs?
Pin all tabs是由James Fairbairn開發的Chrome擴展程式,該擴展的主要功能是“Pins all tabs in the current window.”。
下載Pin all tabs擴展crx文件
下載Pin all tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | ggdflfnbccnnmnejiblifjjgeiepdjop |
官方網址 | https://chrome.google.com/webstore/detail/pin-all-tabs/ggdflfnbccnnmnejiblifjjgeiepdjop |
簡介 | Pins all tabs in the current window. |
檔案大小 | 5.11 KB |
安裝次數 | 5,345 |
目前版本 | 1.1 |
更新時間 | 2014-12-22 |
上架時間 | 2014-12-22 |
評分 | 5.00/5 共 28 次評分 |
開發者 | James Fairbairn |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin all tabs", "version": "1.1", "description": "Pins all tabs in the current window.", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "pin.png" }, "manifest_version": 2 } |