autoStart

This extension starts new pages from 'autoStart folder in bookmarks

What is autoStart?

autoStart is a Chrome extension developed by sergey.lakhtarin, and its main feature is "This extension starts new pages from 'autoStart folder in bookmarks".

Extension Screenshots

screenshot

Download autoStart Extension CRX File

Download autoStart 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

                        Just create a bookmark folder "autoStart". Create subFolder for each separte window as you want. After pressing the button, you will get opening of all bookmarks.                    

Extension Basic Information

Name autoStart autoStart
ID pnhcbmjhcpgjfemnikindccmmndihdnj
Official URL https://chrome.google.com/webstore/detail/autostart/pnhcbmjhcpgjfemnikindccmmndihdnj
Description This extension starts new pages from 'autoStart folder in bookmarks
File Size 18.41 KB
Installation Count 18
Current Version 1.0
Last Updated 2015-08-12
Publish Date 2015-08-12
Rating 1.00/5 Total 1 Ratings
Developer sergey.lakhtarin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoStart",
    "description": "This extension starts new pages from 'autoStart folder in bookmarks",
    "version": "1.0",
    "icons": {
        "128": "action_page.png"
    },
    "browser_action": {
        "default_icon": "action_page_38.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}