Clean Copy

Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL…

Clean Copy là gì?

Clean Copy là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL…".

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

screenshot

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

Tải xuống các tệp mở rộng Clean Copy 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

                        Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL shorteners.

Currently works for:
youtube.com
amazon.com
amazon.co.uk
play.google.com
maps.google.com

More sites to be added later.

Change Notes:
- Added Google Play to supported sites
- Fixed bug with Chrome sync
- Custom pages now synced across all your devices!
- Options screen for adding custom pages
- Small optimizations


Fork me on GitHub: https://github.com/Wavesonics/CleanCopy                    

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

Tên Clean Copy Clean Copy
ID feafcnldgdkaeielkndolgflbegokjkb
URL Chính Thức https://chromewebstore.google.com/detail/clean-copy/feafcnldgdkaeielkndolgflbegokjkb
Mô tả Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL…
Kích Thước Tệp 59.43 KB
Số Lần Cài Đặt 237
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2013-01-15
Ngày Phát Hành 2013-01-14
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Wavesonics/CleanCopy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.9",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "options_page": "options.html",
    "incognito": "spanning",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.8.3.min.js",
            "supportedSites.js",
            "utilities.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Clean Copy",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ]
}