Clip URL
Extension for copying site URL and title.
什麼是Clip URL?
Clip URL是由Shoichi Hirakawa開發的Chrome擴展程式,該擴展的主要功能是“Extension for copying site URL and title.”。
擴展截圖
下載Clip URL擴展crx文件
下載Clip URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        https://github.com/ShoichiHirakawa/ClipURL                     擴展基本資訊
| 名稱 |   |  
| ID | ekjhhgpblclddoaalhfphgfhhgpifmie | 
| 官方網址 | https://chromewebstore.google.com/detail/clip-url/ekjhhgpblclddoaalhfphgfhhgpifmie | 
| 簡介 | Extension for copying site URL and title. | 
| 檔案大小 | 114 KB | 
| 安裝次數 | 32 | 
| 目前版本 | 1.2 | 
| 更新時間 | 2019-01-23 | 
| 上架時間 | 2019-01-23 | 
| 開發者 | Shoichi Hirakawa | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip URL",
    "description": "Extension for copying site URL and title.",
    "version": "1.2",
    "icons": {
        "16": "images\/icon\/icon_16.png",
        "48": "images\/icon\/icon_48.png",
        "128": "images\/icon\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon\/icon_48.png"
        },
        "default_title": "Clip URL"
    }
}  |  |