FLST Chrome

Focus Last Selected Tab :: Provides natural / MRU tab ordering + Options for Tab Flipping, New Tab Select, and New Tab Location

FLST Chrome란 무엇입니까?

FLST Chrome은(는) https://chrome.sertechlabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focus Last Selected Tab :: Provides natural / MRU tab ordering + Options for Tab Flipping, New Tab Select, and New Tab Location"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FLST Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Please Read the entire Overview section Before any Install or Update
________________________________________________________________________________________________________

Make any Donation:
* Visit the developer Website  (click the house icon to the right)
* (OR) Load one of these pages:
https://goo.gl/W2Co6
https://www.buymeacoffee.com/FLST
________________________________________________________________________________________________________

FLST Chrome summary:
* Provides a more natural / MRU style tab ordering
* Focus-Last-Selected-Tab: when the current/displayed tab is closed, display the most recent tab
* Multiple window support: tab ordering is maintained for each window
* Tab Migration: ordering also works when tabs are dragged between windows
* Options Page: right-click the extension icon and click Options  (see icon Instructions below)
* [Option] Tab Flipping: flip/toggle the current and most recent tab  (!see LIMITATIONS below!)
==> After right-click on a regular link and click Open-link-in-new-tab:
* [Option] New Tabs: select/display new tabs when created
* [Option] New Tab Location: place new tabs on the far-right instead of immediate-right
==> See the developer Website for more details  (click the house icon, above to the right)
________________________________________________________________________________________________________

FLST Rev 2.1 release notes:
* Requires Chrome 88 or later versions supporting Manifest V2
* No special permissions, no [scary] Warning messages
* Updated to work with newer Chrome versions that caused older extension quirks
* Some older Chrome services are due for removal; now using replacement services
* Older Chrome support for F9/content_script was always incomplete, now gone
* Tab Flipping: click the extension icon -OR- type a shortcut  (to customize, see Instructions below)
* Extension icon: NOT displayed? forced by newer Chrome versions, see Instructions below
- ALERT! Google announced Chrome Manifest V3; many extensions will not load and may not return
  after Manifest V2 is dropped, estimated Jan 2022
________________________________________________________________________________________________________

LIMITATIONS:
* When the current/displayed tab is clicked, Chrome ignores that event and does nothing;
  other methods to trigger Tab-Flipping are required; click the extension icon or
  type a shortcut  (to customize, see Instructions below; also provided during install)
* All extensions cannot prevent other extensions from altering tab-related activity;
  to resolve any issues, see test Instructions below
________________________________________________________________________________________________________

Privacy:
* No spyware; FLST reads only numeric window-IDs and tab-IDs  (eg 111, 14, 79)
* If any concerns: Read the extension code. Use the source, Luke.

===================================================================================================

Instructions, display the extension icon:
- icon display was turned off by default in recent Chrome versions, no extension control
* Click the jigsaw icon near the upper-right corner of the Chrome window
* Within the Extensions popup, find [icon] FLST Chrome, scroll if needed
* Click the pin icon to the right, should switch from outline to solid
* Extension icon should now be visible, left of the jigsaw icon
* For placement: drag the new icon left or right
________________________________________________________________________________________________________

Instructions, customize shortcuts:  (2 methods)
* Right-click the extension icon, click Keyboard shortcuts
* (OR) paste this URL to the omnibox / address bar: chrome://extensions/shortcuts
________________________________________________________________________________________________________

Instructions, something not working as expected?
* Visit the developer Website, read all sections
* Disable all other extensions, quit and restart Chrome, then retest;
  re-enable other extensions only 1 at a time between tests.  See LIMITATIONS above
________________________________________________________________________________________________________

Questions / Requests:
* This google site is not tech support, do not post here
* Visit the developer Website, send email
* To visit: scroll from the top of this page, click the house icon on the right
* (OR) right-click the extension icon, click FLST Chrome
________________________________________________________________________________________________________

Tell a friend about Google Chrome                    

확장 프로그램 기본 정보

이름 FLST Chrome FLST Chrome
ID ajnianifcggmdojhnmjichjmnjpplcha
공식 URL https://chromewebstore.google.com/detail/flst-chrome/ajnianifcggmdojhnmjichjmnjpplcha
설명 Focus Last Selected Tab :: Provides natural / MRU tab ordering + Options for Tab Flipping, New Tab Select, and New Tab Location
파일 크기 107 KB
설치 횟수 1,964
현재 버전 2.1
최근 업데이트 2021-02-11
출시 날짜 2013-06-27
평점 3.98/5 총 41 개의 평점
개발자 https://chrome.sertechlabs.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://chrome.sertechlabs.com/
도움말 페이지 URL http://chrome.sertechlabs.com/
지원되는 언어 en
manifest.json
{
    "name": "FLST Chrome",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Focus Last Selected Tab :: Provides natural \/ MRU tab ordering + Options for Tab Flipping, New Tab Select, and New Tab Location",
    "icons": {
        "19": "img\/flst19.png",
        "24": "img\/flst24.png",
        "32": "img\/flst32.png",
        "48": "img\/flst48.png",
        "128": "img\/flst128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/flst19.png",
            "24": "img\/flst24.png",
            "32": "img\/flst32.png",
            "38": "img\/flst38.png"
        },
        "default_title": "FLST Chrome"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Tab Flipping",
            "suggested_key": {
                "default": "Alt+N"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "http:\/\/chrome.sertechlabs.com\/",
    "minimum_chrome_version": "88",
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}