Binder
Save commonly used sets of tabs and quickly open them all at once.
¿Qué es Binder?
Binder es una extensión de Chrome desarrollada por Jae Kwak, y su función principal es "Save commonly used sets of tabs and quickly open them all at once.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Binder
Descarga archivos de extensión Binder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Click on the Binder icon in the Chrome window to open the manager and begin creating and editing profiles. Binder uses an intuitive drag and drop system to make it quick and easy to create your tab sets. Rename and reorder profiles based on your liking. Choose which tabs to open as pinned tabs and whether they open in a new window. If you're lost, click on the "Help" button in the upper righthand corner of the manager for detailed information on how Binder is used.
Información Básica de la Extensión
Nombre | Binder |
ID | ogmaciclacokfalhnogjiikfaaoppjch |
URL Oficial | https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch |
Descripción | Save commonly used sets of tabs and quickly open them all at once. |
Tamaño del Archivo | 24.26 KB |
Cantidad de Instalaciones | 82 |
Versión Actual | 1.0.2 |
Última Actualización | 2018-01-12 |
Fecha de Publicación | 2018-01-12 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Jae Kwak |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binder", "description": "Save commonly used sets of tabs and quickly open them all at once.", "version": "1.0.2", "icons": { "64": "Images\/icon64x64.png" }, "options_page": "manager.html", "browser_action": { "default_icon": "Images\/icon64x64.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "omnibox": { "keyword": "binder" }, "permissions": [ "storage", "tabs", "windows", "bookmarks" ] } |