Speed Dialer
This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.
Speed Dialer란 무엇입니까?
Speed Dialer은(는) https://www.subodhshetty.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience."입니다.
확장 프로그램 스크린샷
Speed Dialer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Speed dialer chrome extension gives you quick access to your most visited pages with fewer clicks !! Its a Speed dial for your chrome browser that will help you access all your favorite websites faster !! Features - 1. One Click Add button 2. Drag Drop Feature. 3. Organize faster and boost up your productivity. 4. Intuitive Design
확장 프로그램 기본 정보
이름 | Speed Dialer |
ID | mcgjkjgfkokfcbfepdjgichdlkdiaphi |
공식 URL | https://chromewebstore.google.com/detail/speed-dialer/mcgjkjgfkokfcbfepdjgichdlkdiaphi |
설명 | This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience. |
파일 크기 | 102 KB |
설치 횟수 | 280 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2015-09-17 |
출시 날짜 | 2015-09-17 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://www.subodhshetty.in |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
도움말 페이지 URL | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/google-analytics.com; object-src 'self'", "name": "Speed Dialer", "version": "1.0.0.0", "description": "This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.", "browser_action": { "default_icon": { "19": "19x19.png", "32": "32x32.png", "24": "24x24.png", "48": "48x48.png" }, "default_title": "Speed Dialer", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ], "author": "subodh shetty" } |