Auto Restore Pinned Tabs
Automatically restore pinned tabs on other windows at browser startup.
Auto Restore Pinned Tabs क्या है?
Auto Restore Pinned Tabs no.web.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically restore pinned tabs on other windows at browser startup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Restore Pinned Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
**Introduction** This is a simple tool that automatically restore pinned tabs. When you exit the browser, the window that contains the pinned tabs is not the last to close, and the browser will not automatically restore the pinned tabs at startup. The tool handles this situation and automatically recovers the pinned tabs. ** Support ** The tool is open source based on MIT license. For more details and source code, see https://github.com/LightAPIs/auto-restore-pinned-tabs
एक्सटेंशन की मूल जानकारी
नाम | Auto Restore Pinned Tabs |
ID | oodefhcgmkiccimbkkcjghejknagadho |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-restore-pinned-tabs/oodefhcgmkiccimbkkcjghejknagadho |
विवरण | Automatically restore pinned tabs on other windows at browser startup. |
फ़ाइल का आकार | 12.47 KB |
स्थापना संख्या | 120 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2023-01-08 |
प्रकाशन तिथि | 2023-01-07 |
डेवलपर | no.web.developer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LightAPIs/auto-restore-pinned-tabs |
सहायता पृष्ठ URL | https://github.com/LightAPIs/auto-restore-pinned-tabs |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Restore Pinned Tabs", "version": "0.1.0", "description": "Automatically restore pinned tabs on other windows at browser startup.", "homepage_url": "https:\/\/github.com\/LightAPIs\/auto-restore-pinned-tabs", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Auto Restore Pinned Tabs" }, "permissions": [ "sessions" ] } |