This Frame
Lets you open a frame in a new tab, a new window, or extract its URL.
This Frameとは何ですか?
This Frameはiisisoftによって開発されたChromeの拡張機能で、その主な機能は「Lets you open a frame in a new tab, a new window, or extract its URL.」です。
This Frame拡張機能のCRXファイルをダウンロード
This Frame拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | kojdncoigaceddhffgjhpmfnblpgabmj |
公式URL | https://chrome.google.com/webstore/detail/this-frame/kojdncoigaceddhffgjhpmfnblpgabmj |
説明 | Lets you open a frame in a new tab, a new window, or extract its URL. |
ファイルサイズ | 4.04 KB |
インストール数 | 866 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-02-25 |
公開日 | 2017-02-25 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | iisisoft |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.4", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background_page.js" ] }, "default_locale": "en" } |