Pin Tab
A browser action to pin a tab
Pin Tabとは何ですか?
Pin Tabはhal313によって開発されたChromeの拡張機能で、その主な機能は「A browser action to pin a tab」です。
拡張機能のスクリーンショット
Pin Tab拡張機能のCRXファイルをダウンロード
Pin Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go. Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".
拡張機能の基本情報
名前 | Pin Tab |
ID | dgldedkigbbalaioohedddpameekglma |
公式URL | https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma |
説明 | A browser action to pin a tab |
ファイルサイズ | 172 KB |
インストール数 | 8,789 |
現在のバージョン | 1.3.3 |
最終更新日 | 2019-04-26 |
公開日 | 2019-04-25 |
評価 | 4.52/5 合計 60 レビュー |
開発者 | hal313 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.3.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_title": "Pin!", "default_icon": "images\/icon-48x48.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |