ezUP
Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).
ezUPとは何ですか?
ezUPはezankerによって開発されたChromeの拡張機能で、その主な機能は「Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).」です。
拡張機能のスクリーンショット
ezUP拡張機能のCRXファイルをダウンロード
ezUP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ezUP adds an up arrow button to the omnibox (address bar). When you press the button a list of urls appears that lets you navigate up through the site hierarchy from the current url. Click the links to navigate to the urls within the tab or click the new tab/new window icons to open the urls in a new tab or new window. Aditionally, from within a page, press the keyboard shortcut: ctrl+alt+u to go up one level immediately. The keyboard shortcut also works within frames on the page, so it will work within my ezLinkPreview extension popups: https://chrome.google.com/webstore/detail/nnkcfbiefgdaceeplickkkmifpicbpcc
拡張機能の基本情報
名前 | ezUP |
ID | hnomiiicdikiogeolpgmpdmcilkgjdco |
公式URL | https://chromewebstore.google.com/detail/ezup/hnomiiicdikiogeolpgmpdmcilkgjdco |
説明 | Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u). |
ファイルサイズ | 51.44 KB |
インストール数 | 207 |
現在のバージョン | 1.5 |
最終更新日 | 2012-07-10 |
公開日 | 2012-07-10 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | ezanker |
支払い方法 | free |
拡張機能のウェブサイト | http://www.simpledifference.com/ezanker/ezup.aspx |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "ezUP", "version": "1.5", "manifest_version": 2, "description": "Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).", "icons": { "48": "ez48.png", "128": "ez128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "ez19.png", "default_popup": "ezup.html", "default_title": "Move up through the levels of this site" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.4.min.js", "jquery.hotkeys-0.7.9.min.js", "ezOverlay.js" ], "run_at": "document_start", "all_frames": true } ] } |