PinIt
PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.
PinItとは何ですか?
PinItはTom Taylorによって開発されたChromeの拡張機能で、その主な機能は「PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.」です。
拡張機能のスクリーンショット
PinIt拡張機能のCRXファイルをダウンロード
PinIt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply press Ctrl+Shift+S (PC) or CMD+Shift+S (Mac) to toggle its state.
拡張機能の基本情報
名前 | |
ID | pkdccieegjgkldobeefnfomkdihlkcdp |
公式URL | https://chromewebstore.google.com/detail/pinit/pkdccieegjgkldobeefnfomkdihlkcdp |
説明 | PinIt adds a keyboard shortcut to quickly pin/unpin your tabs. |
ファイルサイズ | 10.63 KB |
インストール数 | 77 |
現在のバージョン | 1.9 |
最終更新日 | 2018-05-10 |
公開日 | 2018-05-10 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Tom Taylor |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "PinIt", "description": "PinIt adds a keyboard shortcut to quickly pin\/unpin your tabs.", "version": "1.9", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |