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 |
官方URL | 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 } |