Pin Unpin All
A button to pin or unpin all the tabs in the window.
Vad är Pin Unpin All?
Pin Unpin All är en Chrome-tillägg utvecklad av ev0lut1on, och dess huvudfunktion är "A button to pin or unpin all the tabs in the window.".
Tilläggsskärmbilder
Ladda ner Pin Unpin All-förlängningens CRX-fil
Ladda ner Pin Unpin All-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
Click the button to pin/unpin all tabs in the current window based on the state of the active tab. For a keyboard shortcut go to: chrome://extensions/shortcuts. Compatible with dark and light themes.
Grundläggande Information om Tillägg
Namn | Pin Unpin All |
ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
Officiell webbadress | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
Beskrivning | A button to pin or unpin all the tabs in the window. |
Filstorlek | 9.72 KB |
Antal Installationer | 3,246 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-12-11 |
Publiceringsdatum | 2019-10-15 |
Betyg | 4.93/5 Totalt 14 Betyg |
Utvecklare | ev0lut1on |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ev0lut1on.com |
Hjälpsida URL | https://ev0lut1on.com |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pin Unpin All", "version": "2.0", "action": [], "description": "A button to pin or unpin all the tabs in the window.", "icons": { "16": "Pin16.png", "24": "Pin24.png", "32": "Pin32.png", "48": "Pin48.png", "128": "Pin128.png" }, "background": { "service_worker": "background.js" }, "short_name": "Pin Unpin All" } |