Starty

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

Starty क्या है?

Starty https://wallpapersgardens.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Starty is a simple speed dial functionally similar to the one used in Opera."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Starty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}