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