Tabloid
Tab manager
What is Tabloid?
Tabloid is a Chrome extension developed by Julien Silland, and its main feature is "Tab manager".
Extension Screenshots
Download Tabloid Extension CRX File
Download Tabloid 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
Tabloid is a quick search box for Chrome tabs – activate it with a keyboard shortcut and search for a page title or URL
Extension Basic Information
Name | |
ID | nmkknaaojhgmojlklcjjcnhnacicaihf |
Official URL | https://chromewebstore.google.com/detail/tabloid/nmkknaaojhgmojlklcjjcnhnacicaihf |
Description | Tab manager |
File Size | 79.37 KB |
Installation Count | 56 |
Current Version | 0.9 |
Last Updated | 2019-11-03 |
Publish Date | 2019-11-02 |
Developer | Julien Silland |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabloid", "description": "Tab manager", "version": "0.9", "author": "Julien Silland", "homepage_url": "http:\/\/soliton.io\/tabloid\/", "minimum_chrome_version": "17", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "tabloid.html" }, "permissions": [ "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "mac": "Command+Shift+K", "windows": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K", "chromeos": "Ctrl+Shift+K" } } } } |