Pin Them All
Pin all your tabs
Co to jest Pin Them All?
Pin Them All to rozszerzenie Chrome opracowane przez ayayael12, a jego główną funkcją jest „Pin all your tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pin Them All
Pobierz pliki rozszerzeń Pin Them All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Quickly pin all your open tabs using the "Pin them all" context menu option
Podstawowe informacje o rozszerzeniu
Nazwa | Pin Them All |
ID | ndabmaflbdfldmdlccmpccenpkgklhln |
Oficjalny URL | https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln |
Opis | Pin all your tabs |
Rozmiar pliku | 12.95 KB |
Liczba instalacji | 12,621 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-03-13 |
Data Publikacji | 2015-03-13 |
Ocena | 1.00/5 Łącznie 5 Oceny |
Deweloper | ayayael12 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Pin all your tabs", "version": "0.1", "name": "Pin Them All", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "pin.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |