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