Open and Pin my Tabs
Open and Pin a default set of tabs defined by you.
Open and Pin my Tabs क्या है?
Open and Pin my Tabs greewskytte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open and Pin a default set of tabs defined by you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open and Pin my Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a replacement for the standard Chrome startup pages. This extension will both open the defined pages, but also pin the pages. It will also check if each of the URLs are already opened and not open a new one to avoid duplicates.
एक्सटेंशन की मूल जानकारी
नाम | Open and Pin my Tabs |
ID | cgjagindbcdbjebdkpcnodpenhkhhgfb |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb |
विवरण | Open and Pin a default set of tabs defined by you. |
फ़ाइल का आकार | 15 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-11-17 |
प्रकाशन तिथि | 2020-11-17 |
डेवलपर | greewskytte |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/greew/pintabs |
सहायता पृष्ठ URL | https://github.com/greew/pintabs/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "description": "__MSG_description__", "version": "1.0", "default_locale": "en", "browser_action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "__MSG_short_title__" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "manifest_version": 2, "author": "Jesper Skytte Marcussen |