Pinda
Open your favorite sites as pinned tabs when opening a new window.
What is Pinda?
Pinda is a Chrome extension developed by https://www.mikaelprag.se, and its main feature is "Open your favorite sites as pinned tabs when opening a new window.".
Extension Screenshots
Download Pinda Extension CRX File
Download Pinda 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
Pinda allows you to save site addresses and open them as pinned tabs when opening a new window.
Extension Basic Information
Name | |
ID | cimohbjllemonkbkcddnnmeeenglekjp |
Official URL | https://chromewebstore.google.com/detail/pinda/cimohbjllemonkbkcddnnmeeenglekjp |
Description | Open your favorite sites as pinned tabs when opening a new window. |
File Size | 36.52 KB |
Installation Count | 14 |
Current Version | 1.0.4 |
Last Updated | 2013-07-19 |
Publish Date | 2013-07-19 |
Rating | 3.00/5 Total 4 Ratings |
Developer | https://www.mikaelprag.se |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "name": "Pinda", "description": "Open your favorite sites as pinned tabs when opening a new window.", "options_page": "options.html", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |