Another Tab
Another Tab Chrome Extension
Wat is Another Tab?
Another Tab is een Chrome-extensie ontwikkeld door Dumb Sloth Development, en de belangrijkste functie is "Another Tab Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Another Tab
Download Another Tab-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
An open source Chrome extension that shows your bookmarks when you open a new tab.
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab Basisinformatie over de Extensie
| Naam | |
| ID | oaaeanlgefipegfcbgpgnhhnpengdjld |
| Officiële URL | https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld |
| Beschrijving | Another Tab Chrome Extension |
| Bestandsgrootte | 507 KB |
| Aantal Installaties | 75 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2019-03-08 |
| Publicatiedatum | 2019-03-08 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Dumb Sloth Development |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mmazzarolo/chrome-another-tab |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Another Tab",
"description": "Another Tab Chrome Extension",
"version": "1.1.0",
"version_name": "1.1.0",
"manifest_version": 2,
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
],
"browser_action": {
"default_title": "Another Tab",
"default_icon": "icon48.png"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
} | |