Tab Stocker

Stocks tabs to see later

Wat is Tab Stocker?

Tab Stocker is een Chrome-extensie ontwikkeld door https://izumisy-tech.hatenablog.com, en de belangrijkste functie is "Stocks tabs to see later".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Stocker

Download Tab Stocker-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

                        【Features】
- Shortcut Key
- Sorting(Drog & Drop support)
- Context menu
- Synchronization

【Github】
https://github.com/IzumiSy/TabStocker                    

Basisinformatie over de Extensie

Naam Tab Stocker Tab Stocker
ID kjjjockipnpomghfnpbilhhcjjkombla
Officiële URL https://chromewebstore.google.com/detail/tab-stocker/kjjjockipnpomghfnpbilhhcjjkombla
Beschrijving Stocks tabs to see later
Bestandsgrootte 223 KB
Aantal Installaties 40
Huidige Versie 1.13.0
Laatst Bijgewerkt 2017-10-10
Publicatiedatum 2017-10-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://izumisy-tech.hatenablog.com
Betalingswijze free
Extensiewebsite http://github.com/IzumiSy/TabStocker
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.13.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "ja",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "assets\/main.png",
        "default_title": "Tab Stocker",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "stock-tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_extShortcutDesc__"
        }
    },
    "icons": {
        "16": "assets\/main.png",
        "128": "assets\/main.png"
    }
}