Speed Dial
Speed Dial changes standard page to the new tab page with your saved bookmarks.
Speed Dial란 무엇입니까?
Speed Dial은(는) Speed Dial Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed Dial changes standard page to the new tab page with your saved bookmarks."입니다.
확장 프로그램 스크린샷
Speed Dial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Speed Dial expansion changes standard browser tab to beautiful new tab page with Visual Bookmarks. The main advantage of Speed Dial in comparison with the standard page is that you can add the links to the websites of your choice so you always have direct access to them. And also you can sort the icons of already added links. Our expansion also adds the search bar. The page layout can be changed in the expansion settings, you can also change the search engine used for the search bar. Thanks to "import and export" function your visual bookmarks will not be lost after browser or system reinstallation. This function also allows you to transfer your saved bookmarks to other computers with New Tab Page installed instead of standard page.
확장 프로그램 기본 정보
이름 | Speed Dial |
ID | ejbjamhkdedinncaeiackcdehpccoejm |
공식 URL | https://chromewebstore.google.com/detail/speed-dial/ejbjamhkdedinncaeiackcdehpccoejm |
설명 | Speed Dial changes standard page to the new tab page with your saved bookmarks. |
파일 크기 | 1.51 MB |
설치 횟수 | 278,032 |
현재 버전 | 1.1.9 |
최근 업데이트 | 2022-11-16 |
출시 날짜 | 2020-05-12 |
평점 | 4.70/5 총 22039 개의 평점 |
개발자 | Speed Dial Dev |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://feedback.speed-dial.net/ |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Alexander", "background": { "service_worker": "js\/bg.js" }, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "img\/128.png", "256": "img\/256.png" }, "manifest_version": 3, "name": "__MSG_chrome_extension_name__", "permissions": [ "tabs", "unlimitedStorage", "contextMenus", "storage", "favicon" ], "host_permissions": [ " |