Binder
Save commonly used sets of tabs and quickly open them all at once.
Wat is Binder?
Binder is een Chrome-extensie ontwikkeld door Jae Kwak, en de belangrijkste functie is "Save commonly used sets of tabs and quickly open them all at once.".
Extensie Screenshots
Download het CRX-bestand van de extensie Binder
Download Binder-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
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.
Basisinformatie over de Extensie
Naam | Binder |
ID | ogmaciclacokfalhnogjiikfaaoppjch |
Officiële URL | https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch |
Beschrijving | Save commonly used sets of tabs and quickly open them all at once. |
Bestandsgrootte | 24.26 KB |
Aantal Installaties | 82 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2018-01-12 |
Publicatiedatum | 2018-01-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jae Kwak |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |