Open PinnedTab Link

Open links from pinned tabs into new tabs.

Open PinnedTab Link क्या है?

Open PinnedTab Link https://yasu-2.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links from pinned tabs into new tabs."।

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

screenshot
screenshot

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

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

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

                        * Welcome!
This extension adds a permanent pinned tab feature.

When clicking a link in a pinned tab, the link will be opened in new tab like as the bookmark manager page.

If you are looking for pined tabs like firefox, please try it and tell me your comment.

And also, please try some of options from the context menu.

Source code repository is available at
https://gitorious.org/open-pinnedtab-link

* History
version 2.2.11: Fixed the invisible checkbox bug on a context menu.
version 2.2.10: Updated codes for the chrome extension api version 2.
version 2.2.8: Changed the design of the options page.
version 2.2.7: Changed to process only http and https protocols.
version 2.2.6: Merged improved translations by Josh Rivers. (Thank you!)
version 2.2.5: Added the enable/disable cotnext menu option.
version 2.1.6: Improved the options page.

* Some answers
Q. When you type something in the omnibox or open a bookmark, it should also be opened in a new tab!

A. I got many requests about both omnibox and bookmark, now I'm investigating the possibilities and side-effects for them. (2012/July/01)

Thank you for your comments and using to all of users.                    

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

नाम Open PinnedTab Link Open PinnedTab Link
ID lpjfkobpnfgddkikflgejdgclhpmagha
आधिकारिक URL https://chromewebstore.google.com/detail/open-pinnedtab-link/lpjfkobpnfgddkikflgejdgclhpmagha
विवरण Open links from pinned tabs into new tabs.
फ़ाइल का आकार 47.55 KB
स्थापना संख्या 2,056
वर्तमान संस्करण 2.2.11
अंतिम अपडेट 2013-06-28
प्रकाशन तिथि 2013-06-28
रेटिंग 3.53/5 कुल 45 रेटिंग्स
डेवलपर https://yasu-2.blogspot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://yasu-2.blogspot.com/2011/04/make-permanent-pinned-tabs-with-google.html
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open PinnedTab Link",
    "version": "2.2.11",
    "description": "__MSG_manifest_desc__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "default_locale": "en"
}

संबंधित एक्सटेंशन्स