Tab Pinner
Enhances pinning a tab feature of Chrome
什么是Tab Pinner?
Tab Pinner是由https://izumisy-tech.hatenablog.com开发的Chrome扩展程序,该扩展的主要功能是“Enhances pinning a tab feature of Chrome”。
下载Tab Pinner扩展crx文件
下载Tab Pinner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
開かれているタブを全てピン留めする拡張機能 無視・対象リスト機能搭載 【機能】 - 同時ピン留め(Simultaneous pinning) - ピン留めショートカットキー(Short-cut key)
扩展基本信息
名称 | Tab Pinner |
ID | fgmhbdkhladlkogedgoogokhhnchfodp |
官方URL | https://chromewebstore.google.com/detail/tab-pinner/fgmhbdkhladlkogedgoogokhhnchfodp |
简介 | Enhances pinning a tab feature of Chrome |
文件大小 | 27.03 KB |
安装次数 | 113 |
当前版本 | 1.0.1 |
更新时间 | 2017-10-10 |
上架时间 | 2017-10-09 |
评分 | 4.50/5 共2次评分 |
开发者 | https://izumisy-tech.hatenablog.com |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "ja", "permissions": [ "tabs" ], "options_page": "options.html", "background": { "scripts": [ "js\/main.js" ] }, "commands": { "pintab": { "suggested_key": { "default": "Alt+T" }, "description": "__MSG_extShortcutDesc__" } }, "browser_action": { "default_icon": "assets\/main.png", "default_title": "Tab Pinner" }, "icons": { "48": "assets\/main.png" } } |