Save Pinned Tabs

Save your current pinned tabs.

Save Pinned Tabs क्या है?

Save Pinned Tabs save-pinned द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your current pinned tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save Pinned Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to save your current pinned tabs as a set. You can then load the pinned tab set on any window that has the extension enabled. You can also set one of your tab sets to be auto-loaded on browser start. Extension syncing is supported.                    

एक्सटेंशन की मूल जानकारी

नाम Save Pinned Tabs Save Pinned Tabs
ID anmidgajdonkgmmilbccfefkfieajakd
आधिकारिक URL https://chromewebstore.google.com/detail/save-pinned-tabs/anmidgajdonkgmmilbccfefkfieajakd
विवरण Save your current pinned tabs.
फ़ाइल का आकार 116 KB
स्थापना संख्या 26,480
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2021-03-09
प्रकाशन तिथि 2018-10-07
रेटिंग 4.48/5 कुल 89 रेटिंग्स
डेवलपर save-pinned
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jmakila/SavePinned
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Pinned Tabs",
    "short_name": "Save Pinned",
    "version": "1.1.3",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "description": "Save your current pinned tabs.",
    "icons": {
        "128": "images\/icon_128.png",
        "64": "images\/icon_64.png",
        "32": "images\/icon_32.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/icon_128.png",
            "64": "images\/icon_64.png",
            "32": "images\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Save pinned tabs"
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "functions.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true,
        "open_in_tab": true
    }
}