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…

Qu'est-ce que Clean Copy ?

Clean Copy est une extension Chrome développée par Unknown, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clean Copy

Téléchargez les fichiers d'extension Clean Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Clean Copy Clean Copy
ID feafcnldgdkaeielkndolgflbegokjkb
URL Officiel https://chromewebstore.google.com/detail/clean-copy/feafcnldgdkaeielkndolgflbegokjkb
Description 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…
Taille du Fichier 59.43 KB
Nombre d'Installations 237
Version Actuelle 0.9
Dernière Mise à Jour 2013-01-15
Date de Publication 2013-01-14
Évaluation 3.86/5 Total 7 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/Wavesonics/CleanCopy
Langues Prises en Charge 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"
    ]
}