Pin Unpin All
A button to pin or unpin all the tabs in the window.
Pin Unpin All क्या है?
Pin Unpin All ev0lut1on द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A button to pin or unpin all the tabs in the window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pin Unpin All एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Pin Unpin All |
ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
आधिकारिक URL | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
विवरण | A button to pin or unpin all the tabs in the window. |
फ़ाइल का आकार | 9.72 KB |
स्थापना संख्या | 3,246 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-12-11 |
प्रकाशन तिथि | 2019-10-15 |
रेटिंग | 4.93/5 कुल 14 रेटिंग्स |
डेवलपर | ev0lut1on |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ev0lut1on.com |
सहायता पृष्ठ URL | https://ev0lut1on.com |
समर्थित भाषाएँ | 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" } |