Save pin tab 2
Makes it possible to pin tabs permanently.
什么是Save pin tab 2?
Save pin tab 2是由mktakuya开发的Chrome扩展程序,该扩展的主要功能是“Makes it possible to pin tabs permanently.”。
下载Save pin tab 2扩展crx文件
下载Save pin tab 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Makes it possible to pin tabs permanently.
This is fork of Save-pin-tab.
This fork add support manifest version 2 to it. 扩展基本信息
| 名称 | |
| ID | kifklnehlfjklnmjjflcomnfngbfkjga |
| 官方URL | https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga |
| 简介 | Makes it possible to pin tabs permanently. |
| 文件大小 | 22.7 KB |
| 安装次数 | 127 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-06-03 |
| 上架时间 | 2016-06-03 |
| 评分 | 2.50/5 共2次评分 |
| 开发者 | mktakuya |
| 付费类型 | free |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save pin tab 2",
"version": "0.1",
"manifest_version": 2,
"description": "Makes it possible to pin tabs permanently.",
"permissions": [
"tabs"
],
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |