Title & URL

It's for copying current page's title and URL

什麼是Title & URL?

Title & URL是由t.soorankim開發的Chrome擴展程式,該擴展的主要功能是“It's for copying current page's title and URL”。

擴展截圖

screenshot

下載Title & URL擴展crx文件

下載Title & URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It's for copying the current page's title and URL

This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon                    

擴展基本資訊

名稱 Title & URL Title & URL
ID mndehblcembcnkadmgmikjagbolninnp
官方網址 https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp
簡介 It's for copying current page's title and URL
檔案大小 40.95 KB
安裝次數 475
目前版本 1.0.0
更新時間 2021-10-26
上架時間 2017-07-02
評分 4.58/5 共 12 次評分
開發者 t.soorankim
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Title & URL",
    "version": "1.0.0",
    "description": "It's for copying current page's title and URL",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "T.Sooran Kim",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}