Pin'em All
Allows user to pin all open tabs or to unpin all pinned tabs
什么是Pin'em All?
Pin'em All是由Uman开发的Chrome扩展程序,该扩展的主要功能是“Allows user to pin all open tabs or to unpin all pinned tabs”。
扩展截图
下载Pin'em All扩展crx文件
下载Pin'em All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.
扩展基本信息
名称 | Pin'em All |
ID | flbdaephiokahpnlkglmfjocndjcpegl |
官方URL | https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl |
简介 | Allows user to pin all open tabs or to unpin all pinned tabs |
文件大小 | 17.13 KB |
安装次数 | 397 |
当前版本 | 1.0 |
更新时间 | 2016-09-16 |
上架时间 | 2016-09-16 |
评分 | 4.75/5 共8次评分 |
开发者 | Uman |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.umanski.me |
帮助页面URL | http://www.umanski.me |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin'em All", "version": "1.0", "description": "Allows user to pin all open tabs or to unpin all pinned tabs", "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "browser_action": { "default_icon": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "default_title": "Pin'em ALl", "default_popup": "popup.html" } } |