Tabcon
Show all Tabs. Can write memo to tab.
Wat is Tabcon?
Tabcon is een Chrome-extensie ontwikkeld door https://risaiku.net, en de belangrijkste functie is "Show all Tabs. Can write memo to tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabcon
Download Tabcon-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
Basisinformatie over de Extensie
Naam | Tabcon |
ID | nmcmklanfeldedmbconicclcnljpklbl |
Officiële URL | https://chromewebstore.google.com/detail/tabcon/nmcmklanfeldedmbconicclcnljpklbl |
Beschrijving | Show all Tabs. Can write memo to tab. |
Bestandsgrootte | 43.14 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2015-05-29 |
Publicatiedatum | 2015-05-29 |
Ontwikkelaar | https://risaiku.net |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1.1", "description": "__MSG_extDescription__", "default_locale": "en", "author": "risaiku 6", "icons": { "16": "icons\/icon_16.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "", "default_icon": "icons\/icon_19.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ], "persistent": false }, "permissions": [ "tabs" ] } |