Tab Pinner
Enhances pinning a tab feature of Chrome
Qu'est-ce que Tab Pinner ?
Tab Pinner est une extension Chrome développée par https://izumisy-tech.hatenablog.com, et sa fonction principale est "Enhances pinning a tab feature of Chrome".
Télécharger le fichier CRX de l'extension Tab Pinner
Téléchargez les fichiers d'extension Tab Pinner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
開かれているタブを全てピン留めする拡張機能 無視・対象リスト機能搭載 【機能】 - 同時ピン留め(Simultaneous pinning) - ピン留めショートカットキー(Short-cut key)
Informations de Base sur l'Extension
Nom | Tab Pinner |
ID | fgmhbdkhladlkogedgoogokhhnchfodp |
URL Officiel | https://chromewebstore.google.com/detail/tab-pinner/fgmhbdkhladlkogedgoogokhhnchfodp |
Description | Enhances pinning a tab feature of Chrome |
Taille du Fichier | 27.03 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-10-10 |
Date de Publication | 2017-10-09 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | https://izumisy-tech.hatenablog.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |