Open Custom URL
Open custom URL or local file path in a popup or tab.
什麼是Open Custom URL?
Open Custom URL是由publisher開發的Chrome擴展程式,該擴展的主要功能是“Open custom URL or local file path in a popup or tab.”。
擴展截圖
下載Open Custom URL擴展crx文件
下載Open Custom URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Set any website URL and open it in a popup or tab with just one click! 擴展基本資訊
| 名稱 | |
| ID | ljhdepmipigadellfdggnlphmfebnnbp |
| 官方網址 | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
| 簡介 | Open custom URL or local file path in a popup or tab. |
| 檔案大小 | 32.18 KB |
| 安裝次數 | 20 |
| 目前版本 | 1.0 |
| 更新時間 | 2017-05-10 |
| 上架時間 | 2017-05-09 |
| 評分 | 4.00/5 共 1 次評分 |
| 開發者 | publisher |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Open Custom URL",
"description": "Open custom URL or local file path in a popup or tab.",
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"version": "1.0",
"options_page": "options.html",
"browser_action": [],
"background": {
"scripts": [
"js\/popup.js"
]
}
} | |