Open-as-Popup
Opens the current tab as a popup window.
Vad är Open-as-Popup?
Open-as-Popup är en Chrome-tillägg utvecklad av Thomas Mercurio, och dess huvudfunktion är "Opens the current tab as a popup window.".
Tilläggsskärmbilder
Ladda ner Open-as-Popup-förlängningens CRX-fil
Ladda ner Open-as-Popup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.
Grundläggande Information om Tillägg
Namn | |
ID | iabonpaolfcekbccbiginpdkhlcaeopd |
Officiell webbadress | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
Beskrivning | Opens the current tab as a popup window. |
Filstorlek | 6.89 KB |
Antal Installationer | 4,977 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-12-26 |
Publiceringsdatum | 2015-12-26 |
Betyg | 4.80/5 Totalt 15 Betyg |
Utvecklare | Thomas Mercurio |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open-as-Popup", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Open the current tab as a popup window." }, "description": "Opens the current tab as a popup window.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |