Pinned Tabs
Keep Pinned Tabs When Open New Window
Wat is Pinned Tabs?
Pinned Tabs is een Chrome-extensie ontwikkeld door wnaklulu, en de belangrijkste functie is "Keep Pinned Tabs When Open New Window".
Extensie Screenshots
Download het CRX-bestand van de extensie Pinned Tabs
Download Pinned 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
The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 1. Need to fix the tag right pinned tag 2. Open the extension input name to save the pinned label 3. Select enable next time will automatically open enabled tag group 4. [github](https://github.com/0851/pinned) 5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)
Basisinformatie over de Extensie
Naam | Pinned Tabs |
ID | biccgodmohjplafdhicdhkdeeejcmgia |
Officiële URL | https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia |
Beschrijving | Keep Pinned Tabs When Open New Window |
Bestandsgrootte | 41.32 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-01-21 |
Publicatiedatum | 2019-01-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | wnaklulu |
Betalingswijze | free |
Extensiewebsite | https://github.com/0851/pinned |
Help Pagina-URL | https://github.com/0851/pinned/issues |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_name_sort__", "version": "1.0.0", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "__MSG_ext_name__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "common.js", "background.js" ], "persistent": false } } |