Paste n' Go

Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.

ما هو Paste n' Go؟

Paste n' Go هو إضافة Chrome تم تطويرها بواسطة em_te، والميزة الرئيسية لها هي "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Paste n' Go

قم بتنزيل ملفات الامتداد Paste n' Go بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Similar to the "Paste and go" menu in the address bar, but available on all text fields on webpages. Similar in behavior to copy pasting and then pressing Enter/Return/Submit.

Only clipboard permission required, for your ease of mind, extension cannot spy on your websites behind your back.                    

معلومات أساسية عن التمديد

الاسم Paste n' Go Paste n' Go
ID ichdjcfpibgdoecejabegkfpnbdjhhhf
عنوان URL الرسمي https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf
الوصف Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
حجم الملف 27.32 KB
عدد التثبيتات 546
النسخة الحالية 0.1.6
آخر تحديث 2021-02-07
تاريخ النشر 2020-07-01
تقييم 5.00/5 مجموع تقييمات 3
المطور em_te
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://em-te.github.io/privacy
اللغات المدعومة de,en,fr,nl,es,it,ru,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Terry",
    "version": "0.1.6",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "20": "icon_20.png",
        "24": "icon_24.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}