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 | 
| 公式URL | 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"
    }
}  |  |