Speed Tabs

Save time, improve work efficiency! Easily and quickly switch all open web pages

Speed Tabs란 무엇입니까?

Speed Tabs은(는) EasyTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time, improve work efficiency! Easily and quickly switch all open web pages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Speed Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        打开的标签页太多后很难找到我们想要的标签, Speed Tabs解决了这个问题, 它快速轻巧,快速定位你想要的页面。                    

확장 프로그램 기본 정보

이름 Speed Tabs Speed Tabs
ID cfpdibiakfhmeccilnmhdlhaicbnnafe
공식 URL https://chromewebstore.google.com/detail/speed-tabs/cfpdibiakfhmeccilnmhdlhaicbnnafe
설명 Save time, improve work efficiency! Easily and quickly switch all open web pages
파일 크기 48.06 KB
설치 횟수 542
현재 버전 1.0.1
최근 업데이트 2017-02-05
출시 날짜 2017-02-04
평점 4.65/5 총 23 개의 평점
개발자 EasyTools
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/mini.png",
        "default_popup": "core\/popup.html",
        "default_title": "Speed Tabs"
    },
    "content_scripts": [
        {
            "js": [
                "core\/changecapture.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/mini-128.png",
        "16": "img\/mini-16.png",
        "32": "img\/mini-32.png",
        "48": "img\/mini-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}