Tab Pinner
Enhances pinning a tab feature of Chrome
Wat is Tab Pinner?
Tab Pinner is een Chrome-extensie ontwikkeld door https://izumisy-tech.hatenablog.com, en de belangrijkste functie is "Enhances pinning a tab feature of Chrome".
Download het CRX-bestand van de extensie Tab Pinner
Download Tab Pinner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
開かれているタブを全てピン留めする拡張機能 無視・対象リスト機能搭載 【機能】 - 同時ピン留め(Simultaneous pinning) - ピン留めショートカットキー(Short-cut key)
Basisinformatie over de Extensie
Naam | Tab Pinner |
ID | fgmhbdkhladlkogedgoogokhhnchfodp |
Officiële URL | https://chromewebstore.google.com/detail/tab-pinner/fgmhbdkhladlkogedgoogokhhnchfodp |
Beschrijving | Enhances pinning a tab feature of Chrome |
Bestandsgrootte | 27.03 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-10-10 |
Publicatiedatum | 2017-10-09 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://izumisy-tech.hatenablog.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |