CopyTabTitleUrl

Copy the title and URL to the clipboard.

CopyTabTitleUrl क्या है?

CopyTabTitleUrl https://bugbugnow.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the title and URL to the clipboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CopyTabTitleUrl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can customize the extension from setting options.

You can perform actions the following.
+ Copy the title and URL
+ Copy the title
+ Copy the URL
+ Copy the format (Example: Markdown, Hyperlink, etc)

You can perform actions on the following tabs.
+ Current tab
+ Multiple selected tabs
+ Current window tabs
+ All tabs

You can perform actions from the following operations.
+ Browser action (popup, click)
+ Context menu (all, page, browser action)
+ Keyboard shortcut

You can perform actions in combination with the following auxiliary functions.
+ Decode the URL
+ Decode the Punycode

Firefox version
https://addons.mozilla.org/firefox/addon/copytabtitleurl/                    

एक्सटेंशन की मूल जानकारी

नाम CopyTabTitleUrl CopyTabTitleUrl
ID lmgbdjfoaihhgdphombpgjpaohjfeapp
आधिकारिक URL https://chromewebstore.google.com/detail/copytabtitleurl/lmgbdjfoaihhgdphombpgjpaohjfeapp
विवरण Copy the title and URL to the clipboard.
फ़ाइल का आकार 49.33 KB
स्थापना संख्या 8,338
वर्तमान संस्करण 3.2.0
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2020-06-26
रेटिंग 4.76/5 कुल 17 रेटिंग्स
डेवलपर https://bugbugnow.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/k08045kk/CopyTabTitleUrl
सहायता पृष्ठ URL https://github.com/k08045kk/CopyTabTitleUrl/issues
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.2.0",
    "default_locale": "en",
    "author": "toshi",
    "homepage_url": "https:\/\/github.com\/k08045kk\/CopyTabTitleUrl",
    "minimum_chrome_version": "116.0",
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "19": "icon\/19.png",
            "38": "icon\/38.png"
        }
    },
    "options_ui": {
        "page": "\/options\/options.html"
    },
    "icons": {
        "16": "\/icon\/16.png",
        "48": "\/icon\/48.png",
        "128": "\/icon\/128.png"
    },
    "commands": {
        "shortcut_action": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "format"
        },
        "shortcut_action2": {
            "description": "format2"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "offscreen",
        "scripting",
        "storage",
        "tabs"
    ]
}