Tab & Bookmark Finder

You can simply switch between tabs and find bookmark using shortcut key!

Tab & Bookmark Finder क्या है?

Tab & Bookmark Finder yealee.kim87 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can simply switch between tabs and find bookmark using shortcut key!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab & Bookmark Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can simply switch between tabs and find bookmark to open new tab in chrome browser using shortcut key.
Here is shortcut to open finder.
Mac: Command + Shift + F
Window: Ctrl + Shift + F

pink badge: tab
blue badge: folder name of bookmark

=======
Tab & Bookmark Finder 익스텐션으로 탭 이동을 쉽게 해주고, 즐겨찾기를 검색하여 새탭을 띄어줍니다.
아래의 단축키로 사용하실 수 있습니다.
Mac: Command + Shift + F
Window: Ctrl + Shift + F

타이틀 앞에 분홍색 뱃지는 tab을, 파란색 뱃지는 즐겨찾기의 폴더 이름을 의미합니다.

단축키를 바꾸고 싶다면 
1. 주소창에서 "chrome://extensions"를 입력하여 확장프로그램 페이지로 이동
2. 제일 아래에 ‘단축키’ 텍스트 클릭
3. 목록 중 Tab & Bookmark Finder의 Show the finder 항목에서 원하는 단축키로 수정

# 즐겨찾기 검색, 탭 검색, 탭 이동                    

एक्सटेंशन की मूल जानकारी

नाम Tab & Bookmark Finder Tab & Bookmark Finder
ID gipiiflfohnjjofoggngimaknjnmfjgi
आधिकारिक URL https://chromewebstore.google.com/detail/tab-bookmark-finder/gipiiflfohnjjofoggngimaknjnmfjgi
विवरण You can simply switch between tabs and find bookmark using shortcut key!
फ़ाइल का आकार 65.14 KB
स्थापना संख्या 90
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2017-01-04
प्रकाशन तिथि 2017-01-04
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर yealee.kim87
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab & Bookmark Finder",
    "description": "You can simply switch between tabs and find bookmark using shortcut key!",
    "version": "1.2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "public\/background.js"
        ],
        "persistent": true
    },
    "commands": {
        "show-finder": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Show the finder"
        }
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}