openURLs
Open selected URLs
什麼是openURLs?
openURLs是由dimaeromin97開發的Chrome擴展程式,該擴展的主要功能是“Open selected URLs”。
擴展截圖
下載openURLs擴展crx文件
下載openURLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Opens URLs from selected text Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.
擴展基本資訊
名稱 | |
ID | nbbldngkgchfmfdfgkniongenfdcogdh |
官方網址 | https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh |
簡介 | Open selected URLs |
檔案大小 | 31.85 KB |
安裝次數 | 43 |
目前版本 | 0.0.2 |
更新時間 | 2019-01-23 |
上架時間 | 2019-01-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | dimaeromin97 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "openURLs", "short_name": "openURLs", "description": "Open selected URLs", "version": "0.0.2", "browser_action": { "default_icon": "img\/512.png" }, "icons": { "512": "img\/512.png", "128": "img\/128.png", "16": "img\/16.png", "19": "img\/19.png" }, "background": { "scripts": [ "dist\/bundle.js" ] }, "permissions": [ "contextMenus", "activeTab", "tabs" ] } |