Open link in same tab, pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
Was ist Open link in same tab, pop-up as tab?
Open link in same tab, pop-up as tab ist eine Chrome-Erweiterung, die von werty1st entwickelt wurde, und ihr Hauptmerkmal ist "Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.".
Erweiterungsscreenshots
Open link in same tab, pop-up as tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open link in same tab, pop-up as tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Converts popups to tabs Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jbhbalpncehdfjnfcmmimecdhalmjjem |
| Offizielle URL | https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem |
| Beschreibung | Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab. |
| Dateigröße | 451 KB |
| Installationsanzahl | 31,039 |
| Aktuelle Version | 3.1.2 |
| Letztes Update | 2020-05-07 |
| Veröffentlichungsdatum | 2020-05-07 |
| Bewertung | 4.17/5 Insgesamt 12 Bewertungen |
| Entwickler | werty1st |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/werty1st/popup2tab/blob/master/readme.md |
| Hilfeseite URL | https://github.com/werty1st/popup2tab/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open link in same tab, pop-up as tab",
"short_name": "popup2tab",
"description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.",
"version": "3.1.2",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"256": "images\/icon256.png",
"128": "images\/icon128.png",
"96": "images\/icon96.png",
"48": "images\/icon48.png"
},
"permissions": [
"tabs",
"storage"
],
"web_accessible_resources": [
"style\/*"
],
"browser_action": {
"default_icon": "images\/icon48.png",
"default_popup": "popup.html",
"default_title": "Open link in same tab, pop-up as tab [Free]"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |