Copy Tab

View, save, and update tab info, cookie, and localStorage via the toolbar popup.

Τι είναι το Copy Tab;

Το Copy Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muyor, και η κύρια λειτουργία του είναι "View, save, and update tab info, cookie, and localStorage via the toolbar popup.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Copy Tab

Λήψη αρχείων επέκτασης Copy Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Copy Tab is an extension that lets you easily view, copy, save, and update tab Info, Cookie, and localStorage from the toolbar popup.

To work with this addon, please open the interface and then press the Info, Cookie, or localStorage button at the top. To save the current data to a text file (.txt), please press the - Down - arrow, and to update the tab with current data, press the - UP - arrow buttons at the top toolbar. 

For tab info, you can edit URL, muted, active, and pinned properties. For tab cookie and localStorage, you can change anything, but please make sure the data structure remains valid otherwise it cannot be applied to the page. Once you change any data, please press the - UP - arrow button for each category (Info, Cookie, or localStorage) separately to update the active tab based on the new data. The active tab will be reloaded after the update is completed.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/copy-tab.html).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Copy Tab Copy Tab
ID hbibkneihllndcjnlnkopcecndcjldfd
Επίσημο URL https://chromewebstore.google.com/detail/copy-tab/hbibkneihllndcjnlnkopcecndcjldfd
Περιγραφή View, save, and update tab info, cookie, and localStorage via the toolbar popup.
Μέγεθος Αρχείου 21.21 KB
Αριθμός Εγκαταστάσεων 99
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-11-21
Ημερομηνία Δημοσίευσης 2018-04-29
Προγραμματιστής Muyor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/copy-tab.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/copy-tab.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "name": "Copy Tab",
    "manifest_version": 3,
    "homepage_url": "https:\/\/mybrowseraddon.com\/copy-tab.html",
    "description": "View, save, and update tab info, cookie, and localStorage via the toolbar popup.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Copy Tab",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}