Real Pinned Tabs

This extension loads some predefined tabs on startup

Real Pinned Tabs क्या है?

Real Pinned Tabs https://real-pinned-tabs.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension loads some predefined tabs on startup"।

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

screenshot
screenshot
screenshot

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

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

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

                        v3.1 - updated the options page to act responsive to the available screen size
v3.0 - wildcard support is finally here!
v2.1 - fixed regression that prevented new tabs from being saved when put in manually (thanks kuroir for reporting the issue!)
v2.0 - added new features: auto add pinned tabs and remove individual tabs
v1.1 - fixed issues with the initial setup

Brings back the --pinned-tab-count feature that has been removed from Chrome back in 2010 as an extension. You can define an unlimited number of tabs which are always loaded pinned on startup. While this feature has been partly implemented by the out of the box setting "On startup > Continue were I left off." this comes with one drawback - only the pinned tabs of the last closed window will be saved/restored.                    

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

नाम Real Pinned Tabs Real Pinned Tabs
ID imdpkhkoopjbdmjppehmpkngncogadbk
आधिकारिक URL https://chromewebstore.google.com/detail/real-pinned-tabs/imdpkhkoopjbdmjppehmpkngncogadbk
विवरण This extension loads some predefined tabs on startup
फ़ाइल का आकार 21.87 KB
स्थापना संख्या 357
वर्तमान संस्करण 3.1
अंतिम अपडेट 2014-12-10
प्रकाशन तिथि 2014-12-10
रेटिंग 3.14/5 कुल 21 रेटिंग्स
डेवलपर https://real-pinned-tabs.blogspot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://code.google.com/p/real-pinned-tabs/
सहायता पृष्ठ URL https://code.google.com/p/real-pinned-tabs/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Real Pinned Tabs",
    "description": "This extension loads some predefined tabs on startup",
    "version": "3.1",
    "icons": {
        "128": "chrome-icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "startup.js"
        ],
        "persistent": false
    }
}