Starterio

Create your personalized startdesks with your bookmarks and share it.

What is Starterio?

Starterio is a Chrome extension developed by https://starterio.com, and its main feature is "Create your personalized startdesks with your bookmarks and share it.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Starterio Extension CRX File

Download Starterio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Starterio is here to help your daily basis, by easily reaching your favorite link collections with a click – or less! Starterio is not just a bookmark collector, you can even group them by topics and get a beautiful, clean and fully customizable Startdesk page from them. It`s totally free and ridiculously easy!  

With Starterio’s Browser extension, you can save the page you want just by clicking on the extension next to your address bar. After You`ve clicked on it, you can choose what topic you want to save the site, or create a new one, set a picture for it (you can choose from many options: Screenshot/ Own picture/Text with customizable color and background), and set the name for it. You can even set Your collected links’ Startdesk page (with also customizable background and layout) your homepage to reach them as you open your browser or a new tab. 

At your Starterio surface you can see your own startdesk pages: the ones you created and the ones you saved from the many ready ones we created for you! Ready ones?! Yes, you read it well! There are hundreds of continously expanding link collections that helps you with your work, hobby, or free time. From teams of your favourite Sports, to Art, Entertainment, Fashion, Lifestyle, News, Professions, Shopping, Travel and Productivity, just to mention a few categories. The list is long and waits for you to explore it! 

Features: 
- Manage Your bookmarks with one click 
- Unique personalized start pages by topics 
- Make thematic link collections 
- Use the many ready link collections and easily customize them 
- Save a site by clicking on Starterio’s popup window 
- Get a clear and fully customizable surface for your links 
- Share your collections with anybody or keep it for yourself privately                    

Extension Basic Information

Name Starterio Starterio
ID dfkpmfkmoholiefoakefhldjjbkpgged
Official URL https://chromewebstore.google.com/detail/starterio/dfkpmfkmoholiefoakefhldjjbkpgged
Description Create your personalized startdesks with your bookmarks and share it.
File Size 311 KB
Installation Count 44
Current Version 0.0.9
Last Updated 2021-01-27
Publish Date 2020-10-23
Rating 4.95/5 Total 19 Ratings
Developer https://starterio.com
Email [email protected]
Payment Type free
Extension Website https://starterio.com
Help Page URL https://starterio.com/support
Privacy Policy Page URL https://starterio.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Starterio",
    "manifest_version": 2,
    "name": "Starterio",
    "description": "Create your personalized startdesks with your bookmarks and share it.",
    "version": "0.0.9",
    "homepage_url": "https:\/\/starterio.com",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png"
    },
    "background": {
        "scripts": [
            "background_scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "64": "icons\/logo-64.png"
        },
        "default_title": "Starterio",
        "default_popup": "popup\/index.html"
    },
    "options_ui": {
        "page": "popup\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/starterio.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.starterio.com\/*"
        ]
    }
}