Paste without spaces

Remove spaces and paste

Paste without spaces là gì?

Paste without spaces là một tiện ích mở rộng Chrome được phát triển bởi Jérémy Petitseigneur, và tính năng chính của nó là "Remove spaces and paste".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paste without spaces

Tải xuống các tệp mở rộng Paste without spaces dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Some website provides forms with strict validation rules. Instead of manually remove all spaces of a copied number (or text), this extension allows to paste it directly. Basic, but it saved me a lot of time at work, and i'm pretty sure it could be useful to someone else.

New in V2 : 
 - new settings : caps letters, url, emojis, ...
 - better support of iframe
 - lighter icon colors and simpler design
 - dark theme compliance

New in V2.5 : 
 - character detection visible in pop-up (and color used more informatively)
 - line-break function fixed
 - more welcoming installation page                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paste without spaces Paste without spaces
ID kppdpnmdpdjckgihabenefhimmebobgc
URL Chính Thức https://chromewebstore.google.com/detail/paste-without-spaces/kppdpnmdpdjckgihabenefhimmebobgc
Mô tả Remove spaces and paste
Kích Thước Tệp 34.52 KB
Số Lần Cài Đặt 2,146
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2020-12-04
Ngày Phát Hành 2020-02-27
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jérémy Petitseigneur
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ldlcible.com/nospace/index.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "2.4",
    "author": "J\u00e9r\u00e9my Petitseigneur",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.ldlcible.com\/nospace\/index.html",
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "128": "icons\/logo-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "clipboardRead",
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "paste-without-spaces": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V",
                "windows": "Ctrl+Shift+V"
            },
            "description": "Paste without spaces"
        }
    },
    "content_security_policy": "default-src 'self'"
}