URL Sync
Send URL to server
URL Syncとは何ですか?
URL SyncはBBKingによって開発されたChromeの拡張機能で、その主な機能は「Send URL to server」です。
拡張機能のスクリーンショット
URL Sync拡張機能のCRXファイルをダウンロード
URL Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension helps you to get the current browser URL and send to custom url.                     拡張機能の基本情報
| 名前 |   |  
| ID | biimohoillnclkekkfjkkaaljelbpdjg | 
| 公式URL | https://chromewebstore.google.com/detail/url-sync/biimohoillnclkekkfjkkaaljelbpdjg | 
| 説明 | Send URL to server | 
| ファイルサイズ | 10.55 KB | 
| インストール数 | 17 | 
| 現在のバージョン | 1.4 | 
| 最終更新日 | 2017-11-10 | 
| 公開日 | 2017-11-10 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | BBKing | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Sync",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Send URL to server",
    "permissions": [
        "http:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "sync128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "sync19.png",
        "default_title": "URL clipboard",
        "default_popup": "popup.html"
    }
}  |  |