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 क्या है?

Clean Copy Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।

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

screenshot

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

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

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

                        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                    

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

नाम Clean Copy Clean Copy
ID feafcnldgdkaeielkndolgflbegokjkb
आधिकारिक URL https://chromewebstore.google.com/detail/clean-copy/feafcnldgdkaeielkndolgflbegokjkb
विवरण 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…
फ़ाइल का आकार 59.43 KB
स्थापना संख्या 237
वर्तमान संस्करण 0.9
अंतिम अपडेट 2013-01-15
प्रकाशन तिथि 2013-01-14
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Wavesonics/CleanCopy
समर्थित भाषाएँ 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"
    ]
}