Tabcon
Show all Tabs. Can write memo to tab.
What is Tabcon?
Tabcon is a Chrome extension developed by https://risaiku.net, and its main feature is "Show all Tabs. Can write memo to tab.".
Extension Screenshots
Download Tabcon Extension CRX File
Download Tabcon 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
Extension Basic Information
Name | Tabcon |
ID | nmcmklanfeldedmbconicclcnljpklbl |
Official URL | https://chromewebstore.google.com/detail/tabcon/nmcmklanfeldedmbconicclcnljpklbl |
Description | Show all Tabs. Can write memo to tab. |
File Size | 43.14 KB |
Installation Count | 15 |
Current Version | 0.1.1 |
Last Updated | 2015-05-29 |
Publish Date | 2015-05-29 |
Developer | https://risaiku.net |
Payment Type | free |
Supported Languages | 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" ] } |