autoStart

This extension starts new pages from 'autoStart folder in bookmarks

Wat is autoStart?

autoStart is een Chrome-extensie ontwikkeld door sergey.lakhtarin, en de belangrijkste functie is "This extension starts new pages from 'autoStart folder in bookmarks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie autoStart

Download autoStart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam autoStart autoStart
ID pnhcbmjhcpgjfemnikindccmmndihdnj
Officiële URL https://chrome.google.com/webstore/detail/autostart/pnhcbmjhcpgjfemnikindccmmndihdnj
Beschrijving This extension starts new pages from 'autoStart folder in bookmarks
Bestandsgrootte 18.41 KB
Aantal Installaties 18
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-12
Publicatiedatum 2015-08-12
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sergey.lakhtarin
Betalingswijze free
Ondersteunde Talen 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
    }
}