Yay! Another Speed dial!
A cool and highly customizable Speed Dial focused on style and simplicity.
Yay! Another Speed dial!란 무엇입니까?
Yay! Another Speed dial!은(는) kinsama-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A cool and highly customizable Speed Dial focused on style and simplicity."입니다.
확장 프로그램 스크린샷
Yay! Another Speed dial! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Yay! Another Speed dial! is an extension to replace the home page when opening the browser or a new tab. You can organize your bookmarks by tabs to quickly access your favorite sites. A theme editor makes it possible to completely personalize your homepage as you wish! features - Fully customize your homepage or use one of our already created themes. - Fully responsive design - Organize your bookmarks by tabs - Easily add the site you are visiting to one of the tabs you have created
확장 프로그램 기본 정보
이름 | Yay! Another Speed dial! |
ID | ildbinpaafbhmjbafifhpglifncjhmdp |
공식 URL | https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp |
설명 | A cool and highly customizable Speed Dial focused on style and simplicity. |
파일 크기 | 1.01 MB |
설치 횟수 | 667 |
현재 버전 | 1.5.2.1 |
최근 업데이트 | 2021-05-13 |
출시 날짜 | 2019-04-08 |
평점 | 4.53/5 총 34 개의 평점 |
개발자 | kinsama-dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,fr,es,hu,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "59.0" } }, "name": "Yay! Another Speed dial!", "version": "1.5.2.1", "author": "Lo\u00efc", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "48": "icons\/icon.png", "96": "icons\/[email protected]" }, "background": { "page": "\/index.html?page=background" }, "browser_action": { "default_icon": "icons\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "contextMenus", "tabs", "downloads", "bookmarks", "unlimitedStorage" ] } |