Show Frame
Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Wat is Show Frame?
Show Frame is een Chrome-extensie ontwikkeld door https://tejji.com, en de belangrijkste functie is "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".
Extensie Screenshots
Download het CRX-bestand van de extensie Show Frame
Download Show Frame-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
Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window This feature appears in context menu. On page right click >> Show Frame Following are the features... 1. Show the frame in current tab 2. Show the frame in new tab 3. Show the frame in new window 4. Show the frame in incognito window 5. Quick access to options where it can be removed from Context Menu What is it useful for? It can be used in various site which shows pages in frames and want to render those frame in separate tab where full URL (link) can be seen in address bar More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, http://tejji.com v1.2 - 2018-09-13 - changes to ensure compliance to Chrome Web Store policies
Basisinformatie over de Extensie
Naam | Show Frame |
ID | hcmgcfdnagjkihmgjhbiombjdcgckgnb |
Officiële URL | https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb |
Beschrijving | Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window |
Bestandsgrootte | 189 KB |
Aantal Installaties | 3,047 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-09-14 |
Publicatiedatum | 2018-09-13 |
Beoordeling | 3.85/5 Totaal 27 Beoordelingen |
Ontwikkelaar | https://tejji.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://tejji.com/ |
Help Pagina-URL | http://tejji.com/contactus.aspx |
URL van de Privacybeleid Pagina | https://tejji.com/privacy.aspx |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Frame", "version": "1.2", "description": "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window ", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.htm" }, "options_page": "options.htm", "permissions": [ "contextMenus", "unlimitedStorage" ], "manifest_version": 2, "homepage_url": "http:\/\/tejji.com\/" } |