Print this frame
You can print only the selected frame in frameset HTML page.
Vad är Print this frame?
Print this frame är en Chrome-tillägg utvecklad av リュウド株式会社, och dess huvudfunktion är "You can print only the selected frame in frameset HTML page.".
Tilläggsskärmbilder
Ladda ner Print this frame-förlängningens CRX-fil
Ladda ner Print this frame-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
You will see the [Print this frame...] on the context menu by right-clickking in the frame of the page that uses . By selecting the menu item, you can print only the contents of the frame. This command does not reload the contents of the frame. You can also use this function for the contents received HTTP-POST.
Grundläggande Information om Tillägg
Namn | |
ID | fhbgbbhbbembdpcfdfaimpefpknkdoaf |
Officiell webbadress | https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf |
Beskrivning | You can print only the selected frame in frameset HTML page. |
Filstorlek | 16.51 KB |
Antal Installationer | 29,337 |
Aktuell Version | 0.3.1 |
Senast Uppdaterad | 2022-10-12 |
Publiceringsdatum | 2019-07-04 |
Betyg | 4.27/5 Totalt 11 Betyg |
Utvecklare | リュウド株式会社 |
E-post | android.dev@reudo.co.jp |
Betalningssätt | free |
Stödda Språk | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.3.1", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "activeTab", "scripting" ] } |