Open and Pin my Tabs
Open and Pin a default set of tabs defined by you.
Qu'est-ce que Open and Pin my Tabs ?
Open and Pin my Tabs est une extension Chrome développée par greewskytte, et sa fonction principale est "Open and Pin a default set of tabs defined by you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open and Pin my Tabs
Téléchargez les fichiers d'extension Open and Pin my Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Open and Pin my Tabs |
ID | cgjagindbcdbjebdkpcnodpenhkhhgfb |
URL Officiel | https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb |
Description | Open and Pin a default set of tabs defined by you. |
Taille du Fichier | 15 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-17 |
Date de Publication | 2020-11-17 |
Développeur | greewskytte |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/greew/pintabs |
URL de la Page d'Aide | https://github.com/greew/pintabs/issues |
Langues Prises en Charge | 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 |