Pin Them All
Pin all your tabs
什么是Pin Them All?
Pin Them All是由ayayael12开发的Chrome扩展程序,该扩展的主要功能是“Pin all your tabs”。
扩展截图
下载Pin Them All扩展crx文件
下载Pin Them All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly pin all your open tabs using the "Pin them all" context menu option
扩展基本信息
名称 | Pin Them All |
ID | ndabmaflbdfldmdlccmpccenpkgklhln |
官方URL | https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln |
简介 | Pin all your tabs |
文件大小 | 12.95 KB |
安装次数 | 12,621 |
当前版本 | 0.1 |
更新时间 | 2015-03-13 |
上架时间 | 2015-03-13 |
评分 | 1.00/5 共5次评分 |
开发者 | ayayael12 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Pin all your tabs", "version": "0.1", "name": "Pin Them All", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "pin.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |