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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Clean Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | feafcnldgdkaeielkndolgflbegokjkb |
官方網址 | 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" ] } |