Pin Tabs
Pin Tabs on Chrome by default or manually under all windows
Vad är Pin Tabs?
Pin Tabs är en Chrome-tillägg utvecklad av Anand Sudhanaboina, och dess huvudfunktion är "Pin Tabs on Chrome by default or manually under all windows".
Tilläggsskärmbilder
Ladda ner Pin Tabs-förlängningens CRX-fil
Ladda ner Pin Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle: 1. Auto-pin new tabs 2. Pin all tabs under all windows on click
Grundläggande Information om Tillägg
Namn | |
ID | achoaodpkagkocipghglppnbagjheoni |
Officiell webbadress | https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni |
Beskrivning | Pin Tabs on Chrome by default or manually under all windows |
Filstorlek | 22.72 KB |
Antal Installationer | 676 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-03-14 |
Publiceringsdatum | 2017-03-14 |
Betyg | 4.38/5 Totalt 13 Betyg |
Utvecklare | Anand Sudhanaboina |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin Tabs", "version": "1.0", "manifest_version": 2, "description": "Pin Tabs on Chrome by default or manually under all windows", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "icons": { "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "Pin Tabs" } } |