Get Title

Easy to access page title.

ما هو Get Title؟

Get Title هو إضافة Chrome تم تطويرها بواسطة toycode، والميزة الرئيسية لها هي "Easy to access page title.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Get Title

قم بتنزيل ملفات الامتداد Get Title بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}