Starty

Starty is a simple speed dial functionally similar to the one used in Opera.

Starty란 무엇입니까?

Starty은(는) https://wallpapersgardens.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Starty is a simple speed dial functionally similar to the one used in Opera."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Starty is a speed dial functionally similar to the one used in Opera. we keep it very simple and very clean.

Features
--------------
- Quick and simple access to bookmark folders
- Add and delete bookmarks from the speed dial.
- Reorder bookmarks through drag and drop.


Description
--------------
I found the hardest part of transitioning to Chrome from Opera to be the lack of speed dial. After trying a number of options from the web store, I couldn't find anything that were as clean and simple as Opera. This speed dial is an attempt to fill that gap.

This implementation is more limited than Opera's. Opera generates thumbnail internally, meaning that it's not dependent on any external services .As far as I'm aware there is no provision to do the same in Chrome. The external service that was chosen to perform this role is free and unrestricted, but is only able to generate thumbnails for HTTP pages (no HTTPS). Advanced configuration options allow for this service to be changed if desired.                    

확장 프로그램 기본 정보

이름 Starty Starty
ID jbbdchohehcddbnckbbgnibjdchmghnb
공식 URL https://chromewebstore.google.com/detail/starty/jbbdchohehcddbnckbbgnibjdchmghnb
설명 Starty is a simple speed dial functionally similar to the one used in Opera.
파일 크기 354 KB
설치 횟수 122
현재 버전 1.0.0
최근 업데이트 2015-03-29
출시 날짜 2015-03-28
평점 3.67/5 총 6 개의 평점
개발자 https://wallpapersgardens.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Starty is a simple speed dial functionally similar to the one used in Opera.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "manifest_version": 2,
    "name": "Starty",
    "options_page": "options.html",
    "permissions": [
        "background",
        "bookmarks",
        "storage"
    ],
    "background": {
        "scripts": [
            "javascript\/eventPage.js"
        ],
        "persistent": false
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}