Pin all tabs
Pins all tabs in the current window.
What is Pin all tabs?
Pin all tabs is a Chrome extension developed by James Fairbairn, and its main feature is "Pins all tabs in the current window.".
Download Pin all tabs Extension CRX File
Download Pin all tabs 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
Extension Basic Information
Name | |
ID | ggdflfnbccnnmnejiblifjjgeiepdjop |
Official URL | https://chrome.google.com/webstore/detail/pin-all-tabs/ggdflfnbccnnmnejiblifjjgeiepdjop |
Description | Pins all tabs in the current window. |
File Size | 5.11 KB |
Installation Count | 5,345 |
Current Version | 1.1 |
Last Updated | 2014-12-22 |
Publish Date | 2014-12-22 |
Rating | 5.00/5 Total 28 Ratings |
Developer | James Fairbairn |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin all tabs", "version": "1.1", "description": "Pins all tabs in the current window.", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "pin.png" }, "manifest_version": 2 } |