Pin Tab
A browser action to pin a tab
What is Pin Tab?
Pin Tab is a Chrome extension developed by hal313, and its main feature is "A browser action to pin a tab".
Extension Screenshots
Download Pin Tab Extension CRX File
Download Pin Tab 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
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".
Extension Basic Information
Name | Pin Tab |
ID | dgldedkigbbalaioohedddpameekglma |
Official URL | https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma |
Description | A browser action to pin a tab |
File Size | 172 KB |
Installation Count | 8,789 |
Current Version | 1.3.3 |
Last Updated | 2019-04-26 |
Publish Date | 2019-04-25 |
Rating | 4.52/5 Total 60 Ratings |
Developer | hal313 |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |