Title with URL

Get the active web page's title and URL.

Title with URLคืออะไร?

Title with URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย R4HS Inc. และคุณลักษณะหลักของมันคือ "Get the active web page's title and URL."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Title with URL

ดาวน์โหลดไฟล์ส่วนขยาย Title with URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can easily get the active web page's title and URL by this app.

Updates:
v0.1
 - First beta version.
v0.2
 - Click to copy a title of the active tab page and its URL as from plain text to text/html into clip board.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Title with URL Title with URL
ID cgnjbelglgfnjfdlfdggdeglimegedpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/title-with-url/cgnjbelglgfnjfdlfdggdeglimegedpp
คำอธิบาย Get the active web page's title and URL.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-09-25
วันที่เผยแพร่ 2014-09-24
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา R4HS Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Title with URL",
    "description": "Get the active web page's title and URL. ",
    "version": "0.2",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Retrieve",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "twu-icon-19.png",
            "38": "twu-icon-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.com\/"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "twu-icon-16.png",
        "128": "twu-icon-128.png"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "activeTab"
    ]
}

ส่วนขยายที่เกี่ยวข้อง