Open Frame
Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Τι είναι το Open Frame;
Το Open Frame είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zboogs, και η κύρια λειτουργία του είναι "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Open Frame
Λήψη αρχείων επέκτασης Open Frame σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Chrome recently removed the "Open frame in new tab", and related context menu items. This extension adds them back. It allows you to open a frame or iframe from any webpage in a new tab, new window, or new incognito window. Or you can copy the URL to the clipboard for later use. Version 7 removes the need to have access to the URLs you visit, since the tabs extension API has been updated such that it is no longer required. Yay. It also fixes the bug where "open in this tab" did not work.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kdhjgkkaacdhdioocfbpmhjidbinfajj |
Επίσημο URL | https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj |
Περιγραφή | Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window. |
Μέγεθος Αρχείου | 11.22 KB |
Αριθμός Εγκαταστάσεων | 64,139 |
Τρέχουσα Έκδοση | 7 |
Τελευταία Ενημέρωση | 2014-05-11 |
Ημερομηνία Δημοσίευσης | 2014-05-11 |
Αξιολόγηση | 4.07/5 Συνολικά 219 Αξιολογήσεις |
Προγραμματιστής | zboogs |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Frame", "manifest_version": 2, "description": "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.", "version": "7", "permissions": [ "clipboardWrite", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |