Open and Pin my Tabs
Open and Pin a default set of tabs defined by you.
Wat is Open and Pin my Tabs?
Open and Pin my Tabs is een Chrome-extensie ontwikkeld door greewskytte, en de belangrijkste functie is "Open and Pin a default set of tabs defined by you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open and Pin my Tabs
Download Open and Pin my Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is a replacement for the standard Chrome startup pages. This extension will both open the defined pages, but also pin the pages. It will also check if each of the URLs are already opened and not open a new one to avoid duplicates.
Basisinformatie over de Extensie
Naam | Open and Pin my Tabs |
ID | cgjagindbcdbjebdkpcnodpenhkhhgfb |
Officiële URL | https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb |
Beschrijving | Open and Pin a default set of tabs defined by you. |
Bestandsgrootte | 15 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-17 |
Publicatiedatum | 2020-11-17 |
Ontwikkelaar | greewskytte |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/greew/pintabs |
Help Pagina-URL | https://github.com/greew/pintabs/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "description": "__MSG_description__", "version": "1.0", "default_locale": "en", "browser_action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "__MSG_short_title__" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "manifest_version": 2, "author": "Jesper Skytte Marcussen |