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文件

下載Starty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}