Pinned Tabs
Keep Pinned Tabs When Open New Window
什么是Pinned Tabs?
Pinned Tabs是由wnaklulu开发的Chrome扩展程序,该扩展的主要功能是“Keep Pinned Tabs When Open New Window”。
扩展截图
下载Pinned Tabs扩展crx文件
下载Pinned Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 1. Need to fix the tag right pinned tag 2. Open the extension input name to save the pinned label 3. Select enable next time will automatically open enabled tag group 4. [github](https://github.com/0851/pinned) 5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)
扩展基本信息
名称 | Pinned Tabs |
ID | biccgodmohjplafdhicdhkdeeejcmgia |
官方URL | https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia |
简介 | Keep Pinned Tabs When Open New Window |
文件大小 | 41.32 KB |
安装次数 | 24 |
当前版本 | 1.0.0 |
更新时间 | 2019-01-21 |
上架时间 | 2019-01-20 |
评分 | 5.00/5 共2次评分 |
开发者 | wnaklulu |
付费类型 | free |
扩展官网 | https://github.com/0851/pinned |
帮助页面URL | https://github.com/0851/pinned/issues |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_name_sort__", "version": "1.0.0", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "__MSG_ext_name__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "common.js", "background.js" ], "persistent": false } } |