PinIt
PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.
What is PinIt?
PinIt is a Chrome extension developed by Tom Taylor, and its main feature is "PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.".
Extension Screenshots
Download PinIt Extension CRX File
Download PinIt 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
Simply press Ctrl+Shift+S (PC) or CMD+Shift+S (Mac) to toggle its state.
Extension Basic Information
Name | |
ID | pkdccieegjgkldobeefnfomkdihlkcdp |
Official URL | https://chromewebstore.google.com/detail/pinit/pkdccieegjgkldobeefnfomkdihlkcdp |
Description | PinIt adds a keyboard shortcut to quickly pin/unpin your tabs. |
File Size | 10.63 KB |
Installation Count | 77 |
Current Version | 1.9 |
Last Updated | 2018-05-10 |
Publish Date | 2018-05-10 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Tom Taylor |
Payment Type | free |
Supported Languages | 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": [ " |