Get Title

Easy to access page title.

Get Title क्या है?

Get Title toycode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to access page title."।

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

screenshot

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

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

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

                        Chrome Extension for copying the title of a web page.

This chrome extension helps some kind of task. 
For eaxmple create a list of web pages.

It can copy the title of a web page with a single click.

How to use it.

Click on the "Title" icon.
A Pop-up window opens and you will see both the title and the link of the web page you are currently viewing.

Since the title is already copied at this time, paste it if you like.
In addition, the link text displayed some formats such as HTML, Textile and Markdown, you can also use it by pressing the copy button that appears to the left of the texts.                    

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

नाम Get Title Get Title
ID bibfbedpleobipmaiaejohhiegjlhcba
आधिकारिक URL https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba
विवरण Easy to access page title.
फ़ाइल का आकार 221 KB
स्थापना संख्या 309
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-02-05
प्रकाशन तिथि 2015-02-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर toycode
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/HiroshiOkada/get-title
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Title",
    "description": "Easy to access page title.",
    "version": "1.0",
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Get Title",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}