Blitz Full Screen URL Launcher

A fullscreen URL launcher

Blitz Full Screen URL Launcherคืออะไร?

Blitz Full Screen URL Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.blitzlogger.com และคุณลักษณะหลักของมันคือ "A fullscreen URL launcher"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blitz Full Screen URL Launcher

ดาวน์โหลดไฟล์ส่วนขยาย Blitz Full Screen URL Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ** PLEASE READ THE INSTRUCTIONS BELOW FOR SETTING UP KEYBOARD SHORTCUTS **

A very simple extension for full screen browsing letting you

- easily navigate between tabs
- easily navigate to a new URL by typing it in the box (enter to navigate in the current tab or shift+enter to open in a new tab)
- close tabs by ctrl+clicking in the list
- search Google like you would in the Omnibox address bar, or type "d?" to get a duckduckgo search.

Any issues please ask a question in the forum (bottom of the page) at http://www.blitzlogger.com/blitz-chrome-url-extension.html or @wlhart on twitter.  If you just place a review on here with an issue I can't contact you to help out! 


** INSTRUCTIONS ** 

In Chrome v22 or greater bind the extension to a key once installed by navigating to chrome://extensions, scrolling down the bottom and looking for the link "Configure Commands".  When in full screen mode you can then hit your keyboard shortcut, type your URL and hit enter.  You can also click on a tab name to switch tabs, or ctrl+click to close it.

This plugin doesn't collect any data and there are no analytics attached either.  You can view the source at https://github.com/will-hart/blitz_fullscreen_chrome_extension and a tutorial of how and why the plugin was built at http://www.blitzlogger.com


**CHANGES**

Version 1.2.4:
 + Modified searching to match the Omnibox
 + Existing search syntax still supported - i.e. using "?", "g?" or "d?" prefix

Version 1.2.3:
 + Shift+Enter in text box to open a new tab at URL
 + Ctrl+Click on a tab to close it

Version 1.2.2:
 + Active tab is highlighted
 + Also search google by typing `?`
 + Restyled

Version 1.2.1:
 + Search google by typing `g?` and then a search query
 + Search duck duck go by typing `d?` and then a search query

Version 1.2:
 - Removed "go" button, just hit enter to navigate
 + Added a clickable list of tabs to the plugin so you never have to leave fullscreen!
 + Restyled a bit to make it slightly prettier

Version 1.1:
 + Show current URL in the link box
 + Add "http://" to start of URL if not present to allow typing "google.com" into the address bar                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blitz Full Screen URL Launcher Blitz Full Screen URL Launcher
ID eaemaefgnoddejclbjbkdjhnejojlnda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blitz-full-screen-url-lau/eaemaefgnoddejclbjbkdjhnejojlnda
คำอธิบาย A fullscreen URL launcher
ขนาดไฟล์ 27.72 KB
จำนวนการติดตั้ง 1,019
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2014-09-07
วันที่เผยแพร่ 2014-09-07
คะแนน 4.06/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://www.blitzlogger.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.blitzlogger.com/blitz-chrome-url-extension.html
URL หน้าช่วยเหลือ http://www.blitzlogger.com/blitz-chrome-url-extension.html#notes
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blitz Full Screen URL Launcher",
    "version": "1.2.4",
    "description": "A fullscreen URL launcher",
    "homepage_url": "http:\/\/www.blitzlogger.com\/blitz-chrome-url-extension.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "A replacement address bar for Full Screen Mode",
        "default_icon": "icon16.png",
        "default_popup": "launcher.html"
    },
    "manifest_version": 2
}