Tab Pinner
Enhances pinning a tab feature of Chrome
What is Tab Pinner?
Tab Pinner is a Chrome extension developed by https://izumisy-tech.hatenablog.com, and its main feature is "Enhances pinning a tab feature of Chrome".
Download Tab Pinner Extension CRX File
Download Tab Pinner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
開かれているタブを全てピン留めする拡張機能 無視・対象リスト機能搭載 【機能】 - 同時ピン留め(Simultaneous pinning) - ピン留めショートカットキー(Short-cut key)
Extension Basic Information
Name | Tab Pinner |
ID | fgmhbdkhladlkogedgoogokhhnchfodp |
Official URL | https://chromewebstore.google.com/detail/tab-pinner/fgmhbdkhladlkogedgoogokhhnchfodp |
Description | Enhances pinning a tab feature of Chrome |
File Size | 27.03 KB |
Installation Count | 113 |
Current Version | 1.0.1 |
Last Updated | 2017-10-10 |
Publish Date | 2017-10-09 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://izumisy-tech.hatenablog.com |
Payment Type | free |
Supported Languages | 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" } } |