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.
擴展基本資訊
名稱 | URL Sync |
ID | biimohoillnclkekkfjkkaaljelbpdjg |
官方網址 | 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" } } |